Skip to content
Snippets Groups Projects
Commit ae49e574 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Sepolicy: Silence /data/local/tmp access of perfprofd" am: 61f5f287

am: 95e3e7c5

Change-Id: I81f10dc7cbe4e11cddbeaef66882794f45bc81a2
parents ccb67ab8 95e3e7c5
No related branches found
No related tags found
No related merge requests found
...@@ -56,4 +56,10 @@ userdebug_or_eng(` ...@@ -56,4 +56,10 @@ userdebug_or_eng(`
# needed for simpleperf on some kernels # needed for simpleperf on some kernels
allow perfprofd self:global_capability_class_set ipc_lock; allow perfprofd self:global_capability_class_set ipc_lock;
# simpleperf attempts to put a temp file into /data/local/tmp. Do not allow,
# use the fallback cwd code, do not spam the log. But ensure this is correctly
# removed at some point. b/70232908.
dontaudit perfprofd shell_data_file:dir *;
dontaudit perfprofd shell_data_file:file *;
') ')
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