This reverts commit 355f0df8fd
.
Bug: 297270938
Merged-In: I3b15b35df4bc40716d0aa757a226c5075c7e29ff
Change-Id: I44cbb1a0ea6248fbc5a4dc3c12e96d2b66a32282
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;
|