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:
commit
abb3620d8f
2 changed files with 7 additions and 0 deletions
4
whitechapel/vendor/google/file_contexts
vendored
4
whitechapel/vendor/google/file_contexts
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
3
whitechapel/vendor/google/hal_uwb_default.te
vendored
Normal file
3
whitechapel/vendor/google/hal_uwb_default.te
vendored
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue