Fix build break if BOARD_WITHOUT_RADIO am: 5ea60d6348
am: 68ddcb629a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/19447103 Change-Id: Idbe29367df44ffa49c6de9125f07f5837e0a2cae Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
75ba5fc5cc
4 changed files with 8 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
||||||
# Radio
|
|
||||||
type radio_vendor_data_file, file_type, data_file_type;
|
|
||||||
userdebug_or_eng(`
|
|
||||||
typeattribute radio_vendor_data_file mlstrustedobject;
|
|
||||||
')
|
|
|
@ -1,5 +1,3 @@
|
||||||
# ECC List
|
# ECC List
|
||||||
/vendor/bin/init\.radio\.sh u:object_r:init_radio_exec:s0
|
/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
|
|
||||||
|
|
||||||
|
|
6
whitechapel/vendor/google/file.te
vendored
6
whitechapel/vendor/google/file.te
vendored
|
@ -212,3 +212,9 @@ type sysfs_trusty, sysfs_type, fs_type;
|
||||||
|
|
||||||
# BootControl
|
# BootControl
|
||||||
type sysfs_bootctl, sysfs_type, fs_type;
|
type sysfs_bootctl, sysfs_type, fs_type;
|
||||||
|
|
||||||
|
# Radio
|
||||||
|
type radio_vendor_data_file, file_type, data_file_type;
|
||||||
|
userdebug_or_eng(`
|
||||||
|
typeattribute radio_vendor_data_file mlstrustedobject;
|
||||||
|
')
|
||||||
|
|
2
whitechapel/vendor/google/file_contexts
vendored
2
whitechapel/vendor/google/file_contexts
vendored
|
@ -434,3 +434,5 @@
|
||||||
# Raw HID device
|
# Raw HID device
|
||||||
/dev/hidraw[0-9]* u:object_r:hidraw_device:s0
|
/dev/hidraw[0-9]* u:object_r:hidraw_device:s0
|
||||||
|
|
||||||
|
# Radio files.
|
||||||
|
/data/vendor/radio(/.*)? u:object_r:radio_vendor_data_file:s0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue