Removing init_power from individual permissive domain.

Bug: 34784662
Test: init_power is no longer in permissive mode and the device
functions normally
Change-Id: I944ff957b84140a88b4622dabf528ac634a4aa28
This commit is contained in:
Max Bires
2017-04-24 22:00:06 -07:00
parent 2021e7ad05
commit 5c3da1d867

View File

@@ -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;
')