Merge "Add the sepolicy for UWB hal" into sc-dev am: 40df476219

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/13874847

Change-Id: I9c6caf5690cb247d9d2ec079cbe829169e60f181
This commit is contained in:
TreeHugger Robot 2021-03-24 02:55:02 +00:00 committed by Automerger Merge Worker
commit abb3620d8f
2 changed files with 7 additions and 0 deletions

View file

@ -332,6 +332,10 @@
# GRIL # GRIL
/vendor/bin/hw/vendor\.google\.radioext@1\.0-service u:object_r:hal_radioext_default_exec:s0 /vendor/bin/hw/vendor\.google\.radioext@1\.0-service u:object_r:hal_radioext_default_exec:s0
# Uwb
# R4
/vendor/bin/hw/hardware\.qorvo\.uwb-service u:object_r:hal_uwb_default_exec:s0
# Radio files. # Radio files.
/data/vendor/radio(/.*)? u:object_r:radio_vendor_data_file:s0 /data/vendor/radio(/.*)? u:object_r:radio_vendor_data_file:s0

View file

@ -0,0 +1,3 @@
type hal_uwb_default, domain;
type hal_uwb_default_exec, vendor_file_type, exec_type, file_type;
init_daemon_domain(hal_uwb_default)