From f4ea94ffa70719f51e73d391847476dcffe0d501 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Mon, 12 Jun 2017 21:04:12 +0200 Subject: sepolicy: allow cpuset Signed-off-by: Wolfgang Wiedmeyer --- sepolicy/init.te | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3