summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Norman <danielnorman@google.com>2023-11-14 19:05:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-11-14 19:05:05 +0000
commitc9fcb3e55023f8c5521ee226513cc5705147ce0b (patch)
tree49642579f1a203adfe9220f0b65e021faf80c63b
parent406bfbcee7bcfde10ff4c99d3d60ce2599060303 (diff)
parente948bb326a518bd2f7f92410c4f2d0ae6f6d146a (diff)
downloadgs101-sepolicy-c9fcb3e55023f8c5521ee226513cc5705147ce0b.tar.gz
Merge "Removes duplicate hidraw_device type definition." into main
-rw-r--r--whitechapel/vendor/google/device.te3
-rw-r--r--whitechapel/vendor/google/file_contexts4
2 files changed, 0 insertions, 7 deletions
diff --git a/whitechapel/vendor/google/device.te b/whitechapel/vendor/google/device.te
index 17dede9..113cd5c 100644
--- a/whitechapel/vendor/google/device.te
+++ b/whitechapel/vendor/google/device.te
@@ -35,9 +35,6 @@ type vscaler_heap_device, dmabuf_heap_device_type, dev_type;
# Fingerprint device
type fingerprint_device, dev_type;
-# Raw HID device
-type hidraw_device, dev_type;
-
# SecureElement SPI device
type st54spi_device, dev_type;
type st33spi_device, dev_type;
diff --git a/whitechapel/vendor/google/file_contexts b/whitechapel/vendor/google/file_contexts
index b45782e..ea95a34 100644
--- a/whitechapel/vendor/google/file_contexts
+++ b/whitechapel/vendor/google/file_contexts
@@ -373,7 +373,3 @@
/vendor/lib64/android\.frameworks\.stats-V1-ndk\.so u:object_r:same_process_hal_file:s0
/vendor/lib64/vendor-pixelatoms-cpp\.so u:object_r:same_process_hal_file:s0
/vendor/lib64/libprotobuf-cpp-lite-(\d+\.){2,3}so u:object_r:same_process_hal_file:s0
-
-# Raw HID device
-/dev/hidraw[0-9]* u:object_r:hidraw_device:s0
-