diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-12 15:35:36 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-12 15:35:36 -0400 |
commit | 3eadbdbc7ce1752556136f24142dd5f291abc1f6 (patch) | |
tree | 9849cad96dab94fcfe3e2c49979a7d6e8f648661 /src/misc.cil | |
parent | 629aabf63c253be5348b4ed3409e07694927adf6 (diff) | |
download | selinux-policy-3eadbdbc7ce1752556136f24142dd5f291abc1f6.tar.gz |
move into cgroupseclabelfs
Diffstat (limited to 'src/misc.cil')
-rw-r--r-- | src/misc.cil | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/misc.cil b/src/misc.cil index d0d6af4..a537370 100644 --- a/src/misc.cil +++ b/src/misc.cil @@ -3,17 +3,6 @@ (sidcontext init (sys.id sys.role sys.subj sys.lowlow)) ;; userspace_initial_context -(in cgroup - - (filecon "/sys/fs/cgroup" dir fs_context) - (filecon "/sys/fs/cgroup/.*" any ()) - - (allow fs self (filesystem (associate))) - - (call .rbacsep.exempt.obj.type (fs)) - - (call .sys.associate_fs (fs))) - (in conf (filecon "/etc" dir file_context) |