diff --git a/sepolicy/vendor/file.te b/sepolicy/vendor/file.te index 108b7361..e85ebc48 100644 --- a/sepolicy/vendor/file.te +++ b/sepolicy/vendor/file.te @@ -80,9 +80,6 @@ type sensors_vendor_data_file, file_type, data_file_type; type audio_vendor_data_file, file_type, data_file_type; type mediadrm_vendor_data_file, file_type, data_file_type; -#data sysfs files -type sysfs_data, fs_type, sysfs_type; - #diag sysfs files type sysfs_diag, fs_type, sysfs_type; diff --git a/sepolicy/vendor/hal_imsrtp.te b/sepolicy/vendor/hal_imsrtp.te index e55ec4de..e2c46b6c 100644 --- a/sepolicy/vendor/hal_imsrtp.te +++ b/sepolicy/vendor/hal_imsrtp.te @@ -22,7 +22,6 @@ allow hal_imsrtp self:capability net_bind_service; allow hal_imsrtp sysfs_timestamp_switch:file r_file_perms; allow hal_imsrtp ion_device:chr_file r_file_perms; -allow hal_imsrtp sysfs_data:file r_file_perms; r_dir_file(hal_imsrtp, sysfs_msm_subsys) r_dir_file(hal_imsrtp, sysfs_diag) r_dir_file(hal_imsrtp, sysfs_soc)