Merge "dontaudit on dir search for vendor_votable_debugfs" into main
This commit is contained in:
commit
35907c0769
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,2 @@
|
||||||
# b/308381222
|
# b/308381222
|
||||||
dontaudit kernel kernel:capability { net_bind_service };
|
dontaudit kernel kernel:capability { net_bind_service };
|
||||||
# b/318033504
|
|
||||||
dontaudit kernel vendor_votable_debugfs:dir { search };
|
|
||||||
|
|
1
vendor/kernel.te
vendored
1
vendor/kernel.te
vendored
|
@ -15,3 +15,4 @@ no_debugfs_restriction(`
|
||||||
allow kernel vendor_regmap_debugfs:dir search;
|
allow kernel vendor_regmap_debugfs:dir search;
|
||||||
|
|
||||||
dontaudit kernel vendor_usb_debugfs:dir search;
|
dontaudit kernel vendor_usb_debugfs:dir search;
|
||||||
|
dontaudit kernel vendor_votable_debugfs:dir search;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue