Add cgroup_seclabel policycap.
This commit is contained in:
parent
1637a8b407
commit
c51b772d2f
|
@ -84,6 +84,13 @@ policycap open_perms;
|
||||||
#
|
#
|
||||||
policycap extended_socket_class;
|
policycap extended_socket_class;
|
||||||
|
|
||||||
|
# Enable fine-grained labeling of cgroup and cgroup2 filesystems.
|
||||||
|
# Requires Linux v4.11 and later.
|
||||||
|
#
|
||||||
|
# Added checks:
|
||||||
|
# (none)
|
||||||
|
#policycap cgroup_seclabel;
|
||||||
|
|
||||||
# Enable NoNewPrivileges support. Requires libsepol 2.7+
|
# Enable NoNewPrivileges support. Requires libsepol 2.7+
|
||||||
# and kernel 4.14 (estimated).
|
# and kernel 4.14 (estimated).
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue