mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 07:40:34 +00:00
Bug: 254378739 Test: boot with the script running Change-Id: I76d58d9d15e5275a45a37292a1db2598e5e24e52
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;
|