git-subtree-dir: sepolicy git-subtree-mainline:68bba197f4
git-subtree-split:36623ceb5d
Change-Id: I8abfa4d1b1cb245da2c562eed56c4f8c78ae0ede
8 lines
307 B
Text
8 lines
307 B
Text
type init_radio, domain;
|
|
type init_radio_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(init_radio);
|
|
|
|
allow init_radio vendor_toolbox_exec:file execute_no_trans;
|
|
allow init_radio radio_vendor_data_file:dir create_dir_perms;
|
|
allow init_radio radio_vendor_data_file:file create_file_perms;
|