diff options
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) |