modulize init.radio.sh
Bug: 190331600 Test: build ROM and make sure the file is there and functional. Change-Id: Icb3e0e590ae315d53eb5251fd5e74d6aacab1fe2
This commit is contained in:
parent
e2ef28efca
commit
d74e989739
5 changed files with 8 additions and 9 deletions
|
@ -5,3 +5,6 @@ userdebug_or_eng(`
|
|||
')
|
||||
type proc_vendor_sched, proc_type, fs_type;
|
||||
|
||||
# Radio
|
||||
type radio_vendor_data_file, file_type, data_file_type, mlstrustedobject;
|
||||
|
||||
|
|
5
telephony/user/file_contexts
Normal file
5
telephony/user/file_contexts
Normal file
|
@ -0,0 +1,5 @@
|
|||
# ECC List
|
||||
/vendor/bin/init\.radio\.sh u:object_r:init_radio_exec:s0
|
||||
# Radio files.
|
||||
/data/vendor/radio(/.*)? u:object_r:radio_vendor_data_file:s0
|
||||
|
3
whitechapel/vendor/google/file.te
vendored
3
whitechapel/vendor/google/file.te
vendored
|
@ -105,9 +105,6 @@ type persist_aoc_file, file_type, vendor_persist_type;
|
|||
type audio_vendor_data_file, file_type, data_file_type;
|
||||
type aoc_audio_file, file_type, vendor_file_type;
|
||||
|
||||
# Radio
|
||||
type radio_vendor_data_file, file_type, data_file_type, mlstrustedobject;
|
||||
|
||||
# RILD
|
||||
type rild_vendor_data_file, file_type, data_file_type;
|
||||
|
||||
|
|
6
whitechapel/vendor/google/file_contexts
vendored
6
whitechapel/vendor/google/file_contexts
vendored
|
@ -348,9 +348,6 @@
|
|||
# R4
|
||||
/vendor/bin/hw/hardware\.qorvo\.uwb-service u:object_r:hal_uwb_default_exec:s0
|
||||
|
||||
# Radio files.
|
||||
/data/vendor/radio(/.*)? u:object_r:radio_vendor_data_file:s0
|
||||
|
||||
# RILD files
|
||||
/data/vendor/rild(/.*)? u:object_r:rild_vendor_data_file:s0
|
||||
|
||||
|
@ -384,9 +381,6 @@
|
|||
/vendor/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service\.fpc u:object_r:hal_fingerprint_default_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.biometrics\.fingerprint-service\.fpc u:object_r:hal_fingerprint_default_exec:s0
|
||||
|
||||
# ECC List
|
||||
/vendor/bin/init\.radio\.sh u:object_r:init_radio_exec:s0
|
||||
|
||||
# Zram
|
||||
/data/per_boot(/.*)? u:object_r:per_boot_file:s0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue