clover: sepolicy: Move sepolicy back to common

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
pix106 2022-03-15 09:09:58 +01:00
parent 344d45ca93
commit e5d3e744a1
3 changed files with 0 additions and 15 deletions

View file

@ -28,11 +28,6 @@ BOARD_VENDOR_PLATFORM := xiaomi-sdm660
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop
# SELinux
BOARD_VENDOR_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/public
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/private
# Vendor Security patch level
VENDOR_SECURITY_PATCH := 2020-08-05

View file

@ -1,4 +0,0 @@
# Tap to Wake
/sys/devices/platform/soc/c177000.i2c/i2c-3/3-005d/enable_dt2w u:object_r:sysfs_touchpanel:s0
/sys/devices/platform/soc/c177000.i2c/i2c-3/3-0038/enable_dt2w u:object_r:sysfs_touchpanel:s0
/proc/touchscreen/enable_dt2w u:object_r:sysfs_touchpanel:s0

View file

@ -1,6 +0,0 @@
allow init system_file:file mounton;
allow init {
vendor_configs_file
vendor_framework_file
vendor_app_file
}:file mounton;