Removes duplicate hidraw_device type definition.
This type is now defined by the platform.
Bug: 303522222
Change-Id: Ic46a7327bb2dab89f424cde2682a40f2b28a04db
Test: ls -z /dev/hidraw0
(cherry picked from commit 8ff4604573
)
This commit is contained in:
parent
a49aa2bdf1
commit
f219d38925
2 changed files with 0 additions and 6 deletions
3
vendor/device.te
vendored
3
vendor/device.te
vendored
|
@ -25,6 +25,3 @@ type st54spi_device, dev_type;
|
|||
|
||||
# OTA
|
||||
type sda_block_device, dev_type;
|
||||
|
||||
# Raw HID device
|
||||
type hidraw_device, dev_type;
|
||||
|
|
3
vendor/file_contexts
vendored
3
vendor/file_contexts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue