Skip to content
Snippets Groups Projects
Commit 8f40b41e authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by Tim Murray
Browse files

sepolicy: Add cap_sys_nice to surfaceflinger

bug 24503801

Change-Id: I6cf1afb3982c4da4f5e57188d3e24ac01c4bd416
parent ad5b4be3
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,9 @@ allow surfaceflinger gpu_service:service_manager { add find };
allow surfaceflinger surfaceflinger_service:service_manager { add find };
allow surfaceflinger window_service:service_manager find;
# allow self to set SCHED_FIFO
allow surfaceflinger self:capability sys_nice;
###
### Neverallow rules
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment