init_radio.te revision 4a2b3affdafb5d7f05b03ac61335c1dd77aa7feb
1# /vendor/bin/init.radio.sh
2type init_radio, domain;
3type init_radio_exec, exec_type, vendor_file_type, file_type;
4
5init_daemon_domain(init_radio)
6
7allow init_radio vendor_shell_exec:file rx_file_perms;
8allow init_radio vendor_toolbox_exec:file rx_file_perms;
9
10allow init_radio radio_data_file:dir create_dir_perms;
11allow init_radio radio_data_file:file create_file_perms;
12