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:
Chungkai Mei 2023-05-26 05:27:28 +00:00 committed by Chung-Kai (Michael) Mei
parent f77e90366d
commit e97101a6e8

2
vendor/kernel.te vendored
View file

@ -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;