commit | b61d353551c008b31a49784a5c4f1a5ab8592f4c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Jun 08 17:05:47 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 08 17:05:47 2023 +0000 |
tree | 4c24c8d394fa4fa64266721d201a815cea1a09fb | |
parent | 243575199b956f465ca68ff65ddc8b508eaabc61 [diff] | |
parent | 5fdc6bf93ce548afce8066d4424a7b9c3ce21c5d [diff] |
Merge "atrace: don't audit debugfs access"
diff --git a/private/atrace.te b/private/atrace.te index 50ab392..1712648 100644 --- a/private/atrace.te +++ b/private/atrace.te
@@ -77,3 +77,5 @@ allow atrace debugfs_tracing_debug:dir r_dir_perms; allow atrace debugfs_tracing_debug:file rw_file_perms; ') + +dontaudit atrace debugfs_tracing_debug:file audit_access;