Files
device_google_walleye/sepolicy/init_radio.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

10 lines
175 B
Plaintext

# /system/bin/init.radio.sh
type init_radio, domain;
type init_radio_exec, exec_type, file_type;
init_daemon_domain(init_radio)
userdebug_or_eng(`
permissive init_radio;
')