DO NOT MERGE - Merge Android 13

Bug: 242648940
Merged-In: Ia8c24610244856490c8271433710afb57d3da157
Change-Id: I8b91de5623d1f5b89d10f42a8318c8c335835ea5
This commit is contained in:
Xin Li
2022-08-15 21:59:32 -07:00
3 changed files with 16 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
# vendor binaries
/vendor/bin/hw/android\.hardware\.usb@1\.3-service\.bramble u:object_r:hal_usb_impl_exec:s0
/vendor/bin/hw/android\.hardware\.usb-service\.bramble u:object_r:hal_usb_impl_exec:s0
/vendor/bin/hw/android\.hardware\.usb\.gadget-service\.bramble u:object_r:hal_usb_gadget_impl_exec:s0
/vendor/bin/hw/android\.hardware\.vibrator-service\.bramble u:object_r:hal_vibrator_default_exec:s0
/vendor/bin/hw/android\.hardware\.dumpstate@1\.1-service\.bramble u:object_r:hal_dumpstate_impl_exec:s0

14
vendor/google/hal_usb_gadget_impl.te vendored Normal file
View File

@@ -0,0 +1,14 @@
type hal_usb_gadget_impl, domain;
hal_server_domain(hal_usb_gadget_impl, hal_usb)
hal_server_domain(hal_usb_gadget_impl, hal_usb_gadget)
type hal_usb_gadget_impl_exec, vendor_file_type, exec_type, file_type;
init_daemon_domain(hal_usb_gadget_impl)
allow hal_usb_gadget_impl configfs:dir { create rmdir };
allow hal_usb_gadget_impl functionfs:dir { watch watch_reads };
set_prop(hal_usb_gadget_impl, vendor_usb_prop)
allow hal_usb_gadget_impl sysfs_batteryinfo:dir r_dir_perms;
allow hal_usb_gadget_impl sysfs_batteryinfo:file rw_file_perms;
allow hal_usb_gadget_impl sysfs_extcon:dir search;

View File

@@ -1,8 +1,3 @@
# pixelstats vendor
type pixelstats_vendor, domain;
type pixelstats_vendor_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(pixelstats_vendor)
r_dir_file(pixelstats_vendor, sysfs_pixelstats)
unix_socket_connect(pixelstats_vendor, chre, chre)