Files
device_google_walleye/sepolicy/init_power.te
Max Bires 78d994b6e2 Added individual permissive lines to each daemon.
Bug: 34784662
Test: It compiles
Change-Id: I4db2f4964a276d43209616db1fd24ef14a09db79
2017-02-03 13:06:59 -08:00

9 lines
147 B
Plaintext

type init_power, domain;
type init_power_exec, exec_type, file_type;
init_daemon_domain(init_power)
userdebug_or_eng(`
permissive init_power;
')