Allow system server to set scheduling info for apps.

This commit is contained in:
Stephen Smalley 2012-01-10 13:21:28 -05:00
parent c94e2392f6
commit 0d76f4e5c2

View File

@ -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;