commit | 728fe3d4918aa0308d6c7167c3d72ef299250d17 | [log] [tgz] |
---|---|---|
author | Than McIntosh <thanm@google.com> | Thu May 14 15:47:36 2015 -0400 |
committer | Than McIntosh <thanm@google.com> | Thu May 14 15:47:36 2015 -0400 |
tree | 55817326e904e51aac7cdbda78f67f9f65c1a7a0 | |
parent | 529a8634e1d31967db2600ba27e55fc35b7d0195 [diff] |
Tweak perfprofd sepolicy to include ipc_lock self capability. Bug: http://b/19483574 Change-Id: Id39a5aaf531d2a75a22647bdafb34a6ef18201c8
diff --git a/perfprofd.te b/perfprofd.te index c9f7f35..03e55f5 100644 --- a/perfprofd.te +++ b/perfprofd.te
@@ -47,4 +47,7 @@ # 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; + ')