zenfone8: Clean up sepolicy rules
Change-Id: Ibcc6b6ed53dbff179cd0bd6e680deef504c33b72
diff --git a/sepolicy/private/genfs_contexts b/sepolicy/private/genfs_contexts
index b134d37..912b87e 100644
--- a/sepolicy/private/genfs_contexts
+++ b/sepolicy/private/genfs_contexts
@@ -1,4 +1,3 @@
-genfscon sysfs /devices/platform/soc/soc:asustek_googlekey/googlekey_enable u:object_r:sysfs_gesture:s0
genfscon proc /driver/dclick u:object_r:sysfs_touchscreen:s0
genfscon proc /driver/swipeup u:object_r:sysfs_touchscreen:s0
genfscon proc /driver/gesture_type u:object_r:sysfs_touchscreen:s0
diff --git a/sepolicy/private/platform_app.te b/sepolicy/private/platform_app.te
index 1be9896..f799b2c 100644
--- a/sepolicy/private/platform_app.te
+++ b/sepolicy/private/platform_app.te
@@ -1,6 +1,4 @@
-allow platform_app asus_prop:file { getattr map open read };
#allow platform_app vendor_file:file { execute };
allow platform_app app_data_file:file { execute };
allow platform_app vendor_asus_prop:file { getattr map open read };
-allow platform_app asus_dongle_prop:file { getattr map open read };
allow platform_app privapp_data_file:file { execute };
diff --git a/sepolicy/private/property.te b/sepolicy/private/property.te
index 0c4f891..fe786bd 100644
--- a/sepolicy/private/property.te
+++ b/sepolicy/private/property.te
@@ -1,4 +1,2 @@
-type asus_prop, property_type;
type vendor_camera_prop, property_type;
type vendor_asus_prop, property_type;
-type asus_dongle_prop, property_type;