aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/init.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/init.te')
-rw-r--r--sepolicy/init.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/init.te b/sepolicy/init.te
index 61d39c2..e65b90b 100644
--- a/sepolicy/init.te
+++ b/sepolicy/init.te
@@ -9,3 +9,6 @@ allow init tmpfs:lnk_file create;
# For mounting debugfs
allow init debugfs:dir mounton;
+
+# For 'cpuset' module requests
+allow init kernel:system module_request;