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:
Joel Galenson
2018-10-03 15:19:49 -07:00
parent 187047b279
commit b3c39c5dfa
2 changed files with 0 additions and 4 deletions

View File

@@ -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;

View File

@@ -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)