Removes duplicate hidraw_device type definition.

This type is now defined by the platform.

Bug: 303522222
Test: ls -z /dev/hidraw0
Change-Id: I1a53405c7b6f12d6318a7808fa2cb61e02696cba
Merged-In: I1a53405c7b6f12d6318a7808fa2cb61e02696cba
(cherry picked from commit f6ee9c4b50)
This commit is contained in:
Daniel Norman 2023-11-10 22:43:40 +00:00
parent 89f3aa07c7
commit 2bb05fbdf6
2 changed files with 0 additions and 6 deletions

View file

@ -2,6 +2,3 @@ type sg_device, dev_type;
type vendor_toe_device, dev_type; type vendor_toe_device, dev_type;
type lwis_device, dev_type; type lwis_device, dev_type;
type rls_device, dev_type; type rls_device, dev_type;
# Raw HID device
type hidraw_device, dev_type;

View file

@ -48,6 +48,3 @@
# Persist # Persist
/mnt/vendor/persist/sensors/registry(/.*)? u:object_r:persist_sensor_reg_file:s0 /mnt/vendor/persist/sensors/registry(/.*)? u:object_r:persist_sensor_reg_file:s0
/mnt/vendor/persist/uwb(/.*)? u:object_r:persist_uwb_file:s0 /mnt/vendor/persist/uwb(/.*)? u:object_r:persist_uwb_file:s0
# Raw HID device
/dev/hidraw[0-9]* u:object_r:hidraw_device:s0