Merge "Don't audit audit_access denials to /dev/binder"
This commit is contained in:
commit
f3e8dce5d4
1 changed files with 5 additions and 0 deletions
|
@ -643,6 +643,11 @@ full_treble_only(`
|
||||||
-binder_in_vendor_violators # TODO(b/35870313): Remove once all violations are gone
|
-binder_in_vendor_violators # TODO(b/35870313): Remove once all violations are gone
|
||||||
} binder_device:chr_file rw_file_perms;
|
} binder_device:chr_file rw_file_perms;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
# libcutils can probe for /dev/binder permissions with access(). Ignore
|
||||||
|
# generated denials. See b/129073672 for details.
|
||||||
|
dontaudit domain binder_device:chr_file audit_access;
|
||||||
|
|
||||||
full_treble_only(`
|
full_treble_only(`
|
||||||
neverallow {
|
neverallow {
|
||||||
domain
|
domain
|
||||||
|
|
Loading…
Reference in a new issue