policy_capabilities: add ioctl_skip_cloexec
Add new future policy capability ioctl_skip_cloexec. Drop estimate comments from genfs_seclabel_symlinks. Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
parent
9193208a43
commit
9aeabd2a3e
|
@ -100,9 +100,17 @@ policycap cgroup_seclabel;
|
|||
policycap nnp_nosuid_transition;
|
||||
|
||||
# Enable extended genfscon labeling for symlinks.
|
||||
# Requires libsepol 3.1 (estimated) and kernel 5.7 (estimated).
|
||||
# Requires libsepol 3.1 and kernel 5.7.
|
||||
#
|
||||
# Added checks:
|
||||
# (none)
|
||||
#
|
||||
#policycap genfs_seclabel_symlinks;
|
||||
|
||||
# Always allow FIOCLEX and FIONCLEX ioctl.
|
||||
# Requires libsepol 3.4 (estimated) and kernel 5.18 (estimated).
|
||||
#
|
||||
# Removed checks:
|
||||
# common file/socket: ioctl { 0x5450 0x5451 }
|
||||
#
|
||||
#policycap ioctl_skip_cloexec;
|
||||
|
|
Loading…
Reference in New Issue