diff --git a/system.te b/system.te index 970aed8f4..cba07e326 100644 --- a/system.te +++ b/system.te @@ -50,6 +50,9 @@ allow system self:netlink_kobject_uevent_socket *; # Kill apps. allow system appdomain:process { sigkill signal }; +# Set scheduling info for apps. +allow system appdomain:process setsched; + # Read /proc data for apps. allow system appdomain:dir r_dir_perms; allow system appdomain:{ file lnk_file } rw_file_perms;