Files
device_google_wahoo/sepolicy/init_radio.te
Ajay Dudani 6a5352b668 Update init.radio.sh path in file_contexts
init.radio.sh has moved from /system to /vendor; update the path in
file_contexts to reflect the same.

Test: Bootup, rild running
Change-Id: Iada7b217272e8b5c0de35252bde95ffe37d144fa
2017-05-17 17:06:56 -07:00

12 lines
392 B
Plaintext

# /vendor/bin/init.radio.sh
type init_radio, domain, vendor_executes_system_violators;
type init_radio_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(init_radio)
allow init_radio shell_exec:file r_file_perms;
allow init_radio toolbox_exec:file rx_file_perms;
allow init_radio radio_data_file:dir create_dir_perms;
allow init_radio radio_data_file:file create_file_perms;