* commit 'a5649f328a0ccf6edf746be3750563e2d3646442': Revert "allow system_server to set kernel scheduling priority"
This commit is contained in:
commit
323d741f1c
1 changed files with 0 additions and 4 deletions
|
@ -75,10 +75,6 @@ allow system_server self:netlink_route_socket nlmsg_write;
|
|||
# Kill apps.
|
||||
allow system_server appdomain:process { sigkill signal };
|
||||
|
||||
# This line seems suspect, as it should not really need to
|
||||
# set scheduling parameters for a kernel domain task.
|
||||
allow system_server kernel:process setsched;
|
||||
|
||||
# Set scheduling info for apps.
|
||||
allow system_server appdomain:process { getsched setsched };
|
||||
allow system_server mediaserver:process { getsched setsched };
|
||||
|
|
Loading…
Reference in a new issue