atrace: don't audit debugfs access
Fixes: 230656878 Test: N/A Change-Id: I80277bb4655c34e932482bb5e19a81fe6b7a537a
This commit is contained in:
parent
394de71b25
commit
5fdc6bf93c
1 changed files with 2 additions and 0 deletions
|
@ -77,3 +77,5 @@ userdebug_or_eng(`
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue