Bug 5883 - ebpf-lsm dependency
Summary: ebpf-lsm dependency
Status: NEW
Alias: None
Product: ANCK 4.19 Dev
Classification: ANCK
Component: general/others (show other bugs) general/others
Version: 4.19-026.x
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: maqiao
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-14 17:24 UTC by ljubomir
Modified: 2023-07-17 10:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ljubomir inspur_group 2023-07-14 17:24:00 UTC
Description of problem:

mount API prereqs.  Mostly that's LSM mount options cleanups.
One trivial conflict in security/selinux/hooks.c, resolved by taking
the variant from this branch - the method has been split, leaving
only the part that used to be conditional upon "it's not an internal
mount" and check has been moved into the caller of the remaining piece.
The last commit in this pile ("mount_fs: suppress MAC on MS_SUBMOUNT as
well as MS_KERNMOUNT") is an equivalent of the conflict-creating
mainline change.
	There are several minor fixes in there, but nothing
earth-shattering (leaks on failure exits, mostly).
Comment 1 小龙 admin 2023-07-17 10:53:17 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/1902