commit | d1467ad8c81e3bac1978c95afd5acec1c090d3d0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Oct 20 22:54:21 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 20 22:54:21 2017 +0000 |
tree | a01ba758f2178c36cab0426f96d189e27513d983 | |
parent | 917cf072d2ae67ae043c3ffe371c969c547afad8 [diff] | |
parent | 6233848f78613c788dc64900c5431bb552e76c20 [diff] |
Merge "priv_app: move logspam suppression to core policy"
diff --git a/private/priv_app.te b/private/priv_app.te index 60fb411..f4cfc17 100644 --- a/private/priv_app.te +++ b/private/priv_app.te
@@ -114,6 +114,9 @@ # suppress denials when safetynet scans /system dontaudit priv_app exec_type:file getattr; +dontaudit priv_app device:dir read; +dontaudit priv_app proc_interrupts:file read; +dontaudit priv_app proc_modules:file read; ### ### neverallow rules