mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
Merge "Added init_radio allows and corresponding file_context changes."
This commit is contained in:
committed by
Android (Google) Code Review
commit
cf6a9b54e8
@@ -79,6 +79,7 @@
|
||||
|
||||
# data files
|
||||
/data/time(/.*)? u:object_r:time_data_file:s0
|
||||
/data/misc/radio(/.*)? u:object_r:radio_data_file:s0
|
||||
|
||||
# /
|
||||
/tombstones u:object_r:rootfs:s0
|
||||
|
||||
@@ -4,6 +4,10 @@ type init_radio_exec, exec_type, file_type;
|
||||
|
||||
init_daemon_domain(init_radio)
|
||||
|
||||
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;
|
||||
')
|
||||
|
||||
Reference in New Issue
Block a user