mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
Bug: 198532074 Test: boot with init.radio.sh started Change-Id: Ieb47925b319866cc648e4de9b34fc3153ba1717b
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
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;
|