Supress kernel avc log before SELinux initialized

Fix: 281814849
Fix: 292059050
Change-Id: Ie83557668ded8ab17bf77e60ed21db33e9f4f580
This commit is contained in:
Wilson Sung 2023-06-19 11:40:12 +08:00
parent 61939d2308
commit 2d2ec40c1a

2
vendor/kernel.te vendored
View file

@ -17,5 +17,7 @@ dontaudit kernel sepolicy_file:file getattr;
dontaudit kernel system_bootstrap_lib_file:dir getattr;
dontaudit kernel system_bootstrap_lib_file:file getattr;
dontaudit kernel system_dlkm_file:dir getattr;
dontaudit kernel vendor_battery_debugfs:dir search;
allow kernel vendor_regmap_debugfs:dir search;