Skip to content
Snippets Groups Projects
Commit aee12c37 authored by Than McIntosh's avatar Than McIntosh
Browse files

Tweak perfprofd sepolicy to include ipc_lock self capability.

Bug: http://b/19483574
Change-Id: Id39a5aaf531d2a75a22647bdafb34a6ef18201c8
(cherry picked from commit 728fe3d4)
parent ae696944
No related branches found
No related tags found
No related merge requests found
...@@ -47,4 +47,7 @@ userdebug_or_eng(` ...@@ -47,4 +47,7 @@ userdebug_or_eng(`
# simpleperf is going to execute "sleep" # simpleperf is going to execute "sleep"
allow perfprofd toolbox_exec:file x_file_perms; allow perfprofd toolbox_exec:file x_file_perms;
# needed for simpleperf on some kernels
allow perfprofd self:capability ipc_lock;
') ')
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