diff --git a/whitechapel_pro/device.te b/whitechapel_pro/device.te index b66248a7..1b17239c 100644 --- a/whitechapel_pro/device.te +++ b/whitechapel_pro/device.te @@ -24,7 +24,3 @@ type fips_block_device, dev_type; # SecureElement SPI device type st54spi_device, dev_type; type st33spi_device, dev_type; - -# Raw HID device -type hidraw_device, dev_type; - diff --git a/whitechapel_pro/file_contexts b/whitechapel_pro/file_contexts index c4f5b098..80bf8721 100644 --- a/whitechapel_pro/file_contexts +++ b/whitechapel_pro/file_contexts @@ -226,6 +226,3 @@ /mnt/vendor/efs(/.*)? u:object_r:modem_efs_file:s0 /mnt/vendor/efs_backup(/.*)? u:object_r:modem_efs_file:s0 /mnt/vendor/modem_userdata(/.*)? u:object_r:modem_userdata_file:s0 - -# Raw HID device -/dev/hidraw[0-9]* u:object_r:hidraw_device:s0