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