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-01 19:24:56 +0000
commit2729e96ec8071c32ff73a064c72ba7a8bc6319dc (patch)
tree23415352cc5c8196816c6fbf0e7b377942b12860
parent2816dc3328287d3cbcd155992fb76818bc033cd7 (diff)
downloadzuma-sepolicy-2729e96ec8071c32ff73a064c72ba7a8bc6319dc.tar.gz
Removes duplicate hidraw_device type definition.
This type is now defined by the platform. Bug: 303522222 Test: ls -z /dev/hidraw0 Change-Id: Ic46a7327bb2dab89f424cde2682a40f2b28a04db Merged-In: Ic46a7327bb2dab89f424cde2682a40f2b28a04db (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