diff --git a/sepolicy/init_power.te b/sepolicy/init_power.te index edd25082..131f070b 100644 --- a/sepolicy/init_power.te +++ b/sepolicy/init_power.te @@ -16,8 +16,3 @@ allow init_power sysfs_thermal:file w_file_perms; allow init_power sysfs_devices_system_cpu:file w_file_perms; allow init_power sysfs_soc:file r_file_perms; allow init_power sysfs_soc:dir search; - - -userdebug_or_eng(` -permissive init_power; -')