Merge "Tweak perfprofd sepolicy to include ipc_lock self capability."

This commit is contained in:
Than McIntosh 2015-05-14 19:58:06 +00:00 committed by Gerrit Code Review
commit e5916eb67b

View file

@ -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;
') ')