mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Bug: 36463595 Test: lunch walleye-userdebug && make sepolicy Change-Id: I7ec48b3109d66f9537e5834933ed28aa76da367e Signed-off-by: Sandeep Patil <sspatil@google.com>
16 lines
438 B
Plaintext
16 lines
438 B
Plaintext
# /system/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;
|
|
|
|
userdebug_or_eng(`
|
|
permissive init_radio;
|
|
')
|