diff --git a/sepolicy/vendor/file.te b/sepolicy/vendor/file.te index 2b9d900a..bc58d17f 100644 --- a/sepolicy/vendor/file.te +++ b/sepolicy/vendor/file.te @@ -20,5 +20,4 @@ type hall_dev, sysfs_type, fs_type; # Kcal type kcal_dev, sysfs_type, fs_type; -type sysfs_light, fs_type, sysfs_type; type thermal_data_file, file_type, data_file_type; diff --git a/sepolicy/vendor/hal_light_default.te b/sepolicy/vendor/hal_light_default.te deleted file mode 100644 index e0592d75..00000000 --- a/sepolicy/vendor/hal_light_default.te +++ /dev/null @@ -1 +0,0 @@ -allow hal_light_default sysfs_light:file rw_file_perms;