mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Remove unused type.
The labeling using this type was accidentally removed in I40035d396fe344ade6b665ef0c314e36ef9c8bf8. Since it's been gone for so long, we're deleting the type. Bug: 79551588 Test: Build policy. Change-Id: Ia6a3569b394f64ad5ebfcd32622728b32f7f538c
This commit is contained in:
3
sepolicy/vendor/file.te
vendored
3
sepolicy/vendor/file.te
vendored
@@ -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;
|
||||
|
||||
|
||||
1
sepolicy/vendor/hal_imsrtp.te
vendored
1
sepolicy/vendor/hal_imsrtp.te
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user