Tweak perfprofd sepolicy to include ipc_lock self capability.

Bug: http://b/19483574
Change-Id: Id39a5aaf531d2a75a22647bdafb34a6ef18201c8
This commit is contained in:
Than McIntosh 2015-05-14 15:47:36 -04:00
parent 529a8634e1
commit 728fe3d491

View file

@ -47,4 +47,7 @@ userdebug_or_eng(`
# simpleperf is going to execute "sleep"
allow perfprofd toolbox_exec:file x_file_perms;
# needed for simpleperf on some kernels
allow perfprofd self:capability ipc_lock;
')