commit | 5fdc6bf93ce548afce8066d4424a7b9c3ce21c5d | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Jun 07 20:27:07 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed Jun 07 20:29:47 2023 +0000 |
tree | 3d92440e66bc0d648806164cfca7277e76ba2cb7 | |
parent | 394de71b25cec7bd5641b066b9f9a76c08447869 [diff] |
atrace: don't audit debugfs access Fixes: 230656878 Test: N/A Change-Id: I80277bb4655c34e932482bb5e19a81fe6b7a537a
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;