dontaudit on dir search for vendor_votable_debugfs
Bug: 305880925 Bug: 310539058 Bug: 318033504 Test: make selinux_policy Change-Id: I5e13370fe5430f3dfbf73ccff787986fbe80f9ea
This commit is contained in:
parent
7da489c7ad
commit
0ae4d6f09e
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