device_google_zuma/tracking_denials/kernel.te
Wilson Sung 9457e5260e Temporary allow kernel access same_process_hal
Add the access to unblock user build boot-to-home

Bug: 260522245
Change-Id: I98f77b2de4961120be9c6073afc18e12e2637e81
2023-02-21 19:28:25 +08:00

14 lines
486 B
Text

# b/260522245
allow kernel same_process_hal_file:file r_file_perms;
dontaudit kernel vendor_regmap_debugfs:dir { search };
# b/262794429
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 };
# b/263185161
dontaudit kernel kernel:capability { net_bind_service };
# b/264490052
userdebug_or_eng(`
permissive kernel;
')