Removes duplicate hidraw_device type definition.
This type is now defined by the platform. Bug: 303522222 Change-Id: I1a53405c7b6f12d6318a7808fa2cb61e02696cba Test: ls -z /dev/hidraw0
This commit is contained in:
parent
fac134469c
commit
f6ee9c4b50
2 changed files with 0 additions and 6 deletions
|
@ -2,6 +2,3 @@ type sg_device, dev_type;
|
|||
type vendor_toe_device, dev_type;
|
||||
type lwis_device, dev_type;
|
||||
type rls_device, dev_type;
|
||||
|
||||
# Raw HID device
|
||||
type hidraw_device, dev_type;
|
||||
|
|
|
@ -42,6 +42,3 @@
|
|||
/data/per_boot(/.*)? u:object_r:per_boot_file:s0
|
||||
/dev/battery_history u:object_r:battery_history_device:s0
|
||||
/data/vendor/powerstats(/.*)? u:object_r:powerstats_vendor_data_file: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