Merge "Add the sepolicy for UWB hal" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-24 02:13:43 +00:00 committed by Android (Google) Code Review
commit 40df476219
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)