mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
init.radio.sh has moved from /system to /vendor; update the path in file_contexts to reflect the same. Test: Bootup, rild running Change-Id: Iada7b217272e8b5c0de35252bde95ffe37d144fa
12 lines
392 B
Plaintext
12 lines
392 B
Plaintext
# /vendor/bin/init.radio.sh
|
|
type init_radio, domain, vendor_executes_system_violators;
|
|
type init_radio_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(init_radio)
|
|
|
|
allow init_radio shell_exec:file r_file_perms;
|
|
allow init_radio toolbox_exec:file rx_file_perms;
|
|
|
|
allow init_radio radio_data_file:dir create_dir_perms;
|
|
allow init_radio radio_data_file:file create_file_perms;
|