Allow system server to set scheduling info for apps.
This commit is contained in:
parent
c94e2392f6
commit
0d76f4e5c2
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue