summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Norman <danielnorman@google.com>2023-11-10 22:45:23 +0000
committerDaniel Norman <danielnorman@google.com>2023-12-02 00:01:28 +0000
commitf219d38925097e85581c92b68aa9a613363f125f (patch)
tree430c3c98192f8217b2d6cfc86308e10db9eda9e8
parenta49aa2bdf19789fa668e7284e3cd24f18a79ec56 (diff)
downloadzuma-sepolicy-tmp_amf_315507370.tar.gz
Removes duplicate hidraw_device type definition.tmp_amf_315507370
This type is now defined by the platform. Bug: 303522222 Change-Id: Ic46a7327bb2dab89f424cde2682a40f2b28a04db Test: ls -z /dev/hidraw0 (cherry picked from commit 8ff4604573a3be2755f132171c32b95c76a6a948)
-rw-r--r--vendor/device.te3
-rw-r--r--vendor/file_contexts3
2 files changed, 0 insertions, 6 deletions
diff --git a/vendor/device.te b/vendor/device.te
index 50b7c59..dbf1bef 100644
--- a/vendor/device.te
+++ b/vendor/device.te
@@ -25,6 +25,3 @@ type st54spi_device, dev_type;
# OTA
type sda_block_device, dev_type;
-
-# Raw HID device
-type hidraw_device, dev_type;
diff --git a/vendor/file_contexts b/vendor/file_contexts
index f93f5c7..cfdeb7f 100644
--- a/vendor/file_contexts
+++ b/vendor/file_contexts
@@ -205,6 +205,3 @@
/dev/dma_heap/gcma_camera-uncached u:object_r:gcma_camera_heap_device:s0
/dev/uci u:object_r:uci_device:s0
/dev/video12 u:object_r:hw_jpg_device:s0
-
-# Raw HID device
-/dev/hidraw[0-9]* u:object_r:hidraw_device:s0