Revert "device-sepolicy: Add sepolicy for vibrator hal"

This reverts commit b5eec482fd.

Bug: 198239103
Test: build pass on git_tm-qpr-dev-plus-aosp
Change-Id: Iee9305e6ba5abbc8df9b353ed5bbfeaa64f0b43b
This commit is contained in:
Tai Kuo
2023-02-16 18:44:24 +08:00
parent cc2eda58a1
commit 02be088bc5
4 changed files with 0 additions and 11 deletions

View File

@@ -16,6 +16,3 @@
/vendor/bin/loc_launcher u:object_r:vendor_location_exec:s0 /vendor/bin/loc_launcher u:object_r:vendor_location_exec:s0
/vendor/bin/lowi-server u:object_r:lowi_server_exec:s0 /vendor/bin/lowi-server u:object_r:lowi_server_exec:s0
/vendor/bin/cnss-daemon u:object_r:cnss-daemon_exec:s0 /vendor/bin/cnss-daemon u:object_r:cnss-daemon_exec:s0
# Haptics
/vendor/bin/hw/android\.hardware\.vibrator-service\.cs40l26-private-lynx u:object_r:hal_vibrator_default_exec:s0

View File

@@ -1,3 +0,0 @@
# Allow Vibrator HAL to communicate with daemon via socket
allow hal_vibrator_default chre:unix_stream_socket connectto;
allow hal_vibrator_default chre_socket:sock_file write;

View File

@@ -1,2 +0,0 @@
# Haptics
persist.vendor.vibrator.hal. u:object_r:vendor_vibrator_prop:s0

View File

@@ -1,5 +1,2 @@
# Camera # Camera
set_prop(vendor_init, vendor_camera_prop) set_prop(vendor_init, vendor_camera_prop)
# Haptics
get_prop(vendor_init, adaptive_haptics_prop)