Revert "Move sepolicy for _touchflow targets."
Revert "Move twoshay definitions to hardware/google/pixel-sepoli..."
Revert "Move twoshay definitions to hardware/google/pixel-sepoli..."
Revert "Move twoshay definitions to hardware/google/pixel-sepoli..."
Revert "Move twoshay definitions to hardware/google/pixel-sepoli..."
Revert "Move sepolicy for _touchflow targets."
Revert submission 15676823-reflector-sepolicy
Reason for revert: breaking several builds in git_master-without-vendor
Reverted Changes:
Ifecfc81f0:Move twoshay definitions to hardware/google/pixel-...
Idfd81131c:Move twoshay definitions to hardware/google/pixel-...
Id2b0e1db3:Move twoshay definitions to hardware/google/pixel-...
I43ac6337f:Move twoshay definitions to hardware/google/pixel-...
If95e6e788:Move twoshay definitions to hardware/google/pixel-...
I07ab95780:Move sepolicy for _touchflow targets.
I01f378b51:Move sepolicy for _touchflow targets.
Bug: 199548147
Change-Id: Ibfd6fc1a74e9f41a57eef348dbb2daa4104f147e
diff --git a/input/device.te b/input/device.te
deleted file mode 100644
index d3ce622..0000000
--- a/input/device.te
+++ /dev/null
@@ -1 +0,0 @@
-type touch_offload_device, dev_type;
diff --git a/input/file_contexts b/input/file_contexts
deleted file mode 100644
index 09728be..0000000
--- a/input/file_contexts
+++ /dev/null
@@ -1,2 +0,0 @@
-/dev/touch_offload u:object_r:touch_offload_device:s0
-/vendor/bin/twoshay u:object_r:twoshay_exec:s0
diff --git a/input/touchflow_debug/file_contexts b/input/touchflow_debug/file_contexts
deleted file mode 100644
index abde29a..0000000
--- a/input/touchflow_debug/file_contexts
+++ /dev/null
@@ -1,3 +0,0 @@
-/vendor/bin/hw/android\.hardware\.input\.classifier@1\.0-reflector u:object_r:hal_input_classifier_default_exec:s0
-/vendor/bin/twoshay_touchflow u:object_r:twoshay_exec:s0
-
diff --git a/input/twoshay.te b/input/twoshay.te
deleted file mode 100644
index 7c3b38e..0000000
--- a/input/twoshay.te
+++ /dev/null
@@ -1,7 +0,0 @@
-type twoshay, domain;
-type twoshay_exec, exec_type, vendor_file_type, file_type;
-
-init_daemon_domain(twoshay)
-
-allow twoshay touch_offload_device:chr_file rw_file_perms;
-allow twoshay twoshay:capability sys_nice;