Supress kernel avc log before SELinux initialized

Fix: 295430975
Change-Id: I11fe6c6705f7c4f7b3730b8f4b40229b083c0a13
This commit is contained in:
Wilson Sung 2023-08-11 12:40:55 +08:00
parent 2d2ec40c1a
commit 746bd9ad3c

1
vendor/kernel.te vendored
View file

@ -18,6 +18,7 @@ dontaudit kernel system_bootstrap_lib_file:dir getattr;
dontaudit kernel system_bootstrap_lib_file:file getattr; dontaudit kernel system_bootstrap_lib_file:file getattr;
dontaudit kernel system_dlkm_file:dir getattr; dontaudit kernel system_dlkm_file:dir getattr;
dontaudit kernel vendor_battery_debugfs:dir search; dontaudit kernel vendor_battery_debugfs:dir search;
dontaudit kernel vendor_charger_debugfs:dir search;
allow kernel vendor_regmap_debugfs:dir search; allow kernel vendor_regmap_debugfs:dir search;