Files
device_google_wahoo/sepolicy/init_radio.te
Sandeep Patil 59b3eaccd3 tag all vendor domains that rely on system executables
Bug: 36463595
Test: lunch walleye-userdebug && make sepolicy

Change-Id: I7ec48b3109d66f9537e5834933ed28aa76da367e
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-04-15 19:30:07 -07:00

16 lines
438 B
Plaintext

# /system/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;
userdebug_or_eng(`
permissive init_radio;
')