diff --git a/sepolicy/vendor/device.te b/sepolicy/vendor/device.te index b785fc9..98f6bdd 100644 --- a/sepolicy/vendor/device.te +++ b/sepolicy/vendor/device.te @@ -1,5 +1,3 @@ type fingerprint_device, dev_type; type lirc_device, dev_type; - -type sound_device, dev_type; diff --git a/sepolicy/vendor/property.te b/sepolicy/vendor/property.te index 1e16df2..27dde42 100644 --- a/sepolicy/vendor/property.te +++ b/sepolicy/vendor/property.te @@ -1,7 +1,5 @@ type vendor_power_prop, property_type; -type vendor_device_prop, property_type; - type vendor_fp_prop, property_type; type vendor_thermal_prop, property_type;