sepolicy: ignore avc denial
ignore avc denial since it's debugfs Bug: 271931921 Test: device-boot-health-check-extra test show passed https://android-build.googleplex.com/builds/abtd/run/L74000000960917226 Change-Id: I5f491f02c99776251cf3893de6224fb0f02cb320 Signed-off-by: Chungkai Mei <chungkai@google.com>
This commit is contained in:
parent
f77e90366d
commit
e97101a6e8
1 changed files with 1 additions and 1 deletions
2
vendor/kernel.te
vendored
2
vendor/kernel.te
vendored
|
@ -10,7 +10,7 @@ allow kernel self:perf_event cpu;
|
||||||
|
|
||||||
no_debugfs_restriction(`
|
no_debugfs_restriction(`
|
||||||
allow kernel vendor_battery_debugfs:dir search;
|
allow kernel vendor_battery_debugfs:dir search;
|
||||||
allow kernel vendor_maxfg_debugfs:dir search;
|
|
||||||
')
|
')
|
||||||
|
|
||||||
|
dontaudit kernel vendor_maxfg_debugfs:dir search;
|
||||||
allow kernel vendor_regmap_debugfs:dir search;
|
allow kernel vendor_regmap_debugfs:dir search;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue