mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 05:37:47 +02:00
Remove permissve update_engine
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user