review hal_tetheroffload_default
Bug: 201599426 Test: boot to home with hal_tetheroffload_default started Change-Id: I85491753dc7336eff285f61c71ad51840a13d7c3
This commit is contained in:
parent
0a4f633d40
commit
798b72ad9c
5 changed files with 4 additions and 7 deletions
|
@ -1,6 +1,3 @@
|
|||
# Exynos devices
|
||||
type vendor_toe_device, dev_type;
|
||||
|
||||
# usbpd
|
||||
type logbuffer_device, dev_type;
|
||||
|
||||
|
|
|
@ -144,10 +144,6 @@
|
|||
# R4
|
||||
/vendor/bin/hw/hardware\.qorvo\.uwb-service u:object_r:hal_uwb_vendor_default_exec:s0
|
||||
|
||||
# Tetheroffload Service
|
||||
/dev/dit2 u:object_r:vendor_toe_device:s0
|
||||
/vendor/bin/hw/vendor\.samsung_slsi\.hardware\.tetheroffload@1\.0-service u:object_r:hal_tetheroffload_default_exec:s0
|
||||
|
||||
# pixelstats binary
|
||||
/vendor/bin/pixelstats-vendor u:object_r:pixelstats_vendor_exec:s0
|
||||
|
||||
|
|
|
@ -6,3 +6,5 @@ type persist_block_device, dev_type, bdev_type;
|
|||
type efs_block_device, dev_type, bdev_type;
|
||||
type modem_userdata_block_device, dev_type, bdev_type;
|
||||
type sg_device, dev_type;
|
||||
type vendor_toe_device, dev_type;
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
/vendor/bin/hw/vendor\.google\.wireless_charger@1\.3-service-vendor u:object_r:hal_wlc_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.usb@1\.3-service\.gs201 u:object_r:hal_usb_impl_exec:s0
|
||||
/vendor/bin/hw/rild_exynos u:object_r:rild_exec:s0
|
||||
/vendor/bin/hw/vendor\.samsung_slsi\.hardware\.tetheroffload@1\.0-service u:object_r:hal_tetheroffload_default_exec:s0
|
||||
|
||||
# Vendor Firmwares
|
||||
/vendor/firmware(/.*)? u:object_r:vendor_fw_file:s0
|
||||
|
@ -27,6 +28,7 @@
|
|||
/dev/dri/card0 u:object_r:graphics_device:s0
|
||||
/dev/fimg2d u:object_r:graphics_device:s0
|
||||
/dev/g2d u:object_r:graphics_device:s0
|
||||
/dev/dit2 u:object_r:vendor_toe_device:s0
|
||||
/dev/trusty-ipc-dev0 u:object_r:tee_device:s0
|
||||
/dev/sg1 u:object_r:sg_device:s0
|
||||
/dev/st21nfc u:object_r:nfc_device:s0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue