Remove permissve update_engine

This commit is contained in:
LoveSy 2023-06-10 12:31:11 +08:00 committed by John Wu
parent c556dd0aac
commit c1038ac6f9

View File

@ -116,9 +116,6 @@ void sepolicy::magisk_rules() {
deny("init", "adb_data_file", "dir", "search");
deny("vendor_init", "adb_data_file", "dir", "search");
// Allow update_engine/addon.d-v2 to run permissive on all ROMs
permissive("update_engine");
#if 0
// Remove all dontaudit in debug mode
impl->strip_dontaudit();