sepolicy: ignore avc denial

ignore avc denial since it is debugfs

Bug: 271931921
Test: pass boot health check extra test https://android-build.googleplex.com/builds/abtd/run/L49300000960255489
Change-Id: Iceee4d347b5e90bce6d16054c6ee0c8091652a9b
Signed-off-by: Chungkai Mei <chungkai@google.com>
This commit is contained in:
Chungkai Mei 2023-03-24 18:11:59 +00:00 committed by Chung-Kai (Michael) Mei
parent 83087bd818
commit fdd0ef451e

1
vendor/kernel.te vendored
View file

@ -10,6 +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;
') ')
allow kernel vendor_regmap_debugfs:dir search; allow kernel vendor_regmap_debugfs:dir search;