Enforce kernel domain

Bug: 264490052
Test: boot-to-home
Change-Id: I383b689b5c26c08d66307b677e36b28f2ab6f7dd
This commit is contained in:
Wilson Sung 2023-02-21 19:29:15 +08:00
parent 9457e5260e
commit da09093d88

View file

@ -8,7 +8,3 @@ dontaudit kernel system_bootstrap_lib_file:file { getattr };
dontaudit kernel system_dlkm_file:dir { getattr }; dontaudit kernel system_dlkm_file:dir { getattr };
# b/263185161 # b/263185161
dontaudit kernel kernel:capability { net_bind_service }; dontaudit kernel kernel:capability { net_bind_service };
# b/264490052
userdebug_or_eng(`
permissive kernel;
')