Stop using the bdev_type and sysfs_block_type SELinux attributes

Stop using these attributes since these will be removed soon. This
commit reverts 37b5741301 ("Add the 'bdev_type' attribute to all block
device types").

Bug: 202520796
Test: Untested.
Change-Id: I00f10d1fd164b6ca01ecd5cffd2012acfc05eeca
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
Bart Van Assche 2021-10-08 14:55:37 -07:00
parent 6e818988b6
commit 3a1c10bb76
2 changed files with 9 additions and 9 deletions

View file

@ -1,16 +1,16 @@
# Block Devices
type efs_block_device, dev_type, bdev_type;
type modem_block_device, dev_type, bdev_type;
type modem_userdata_block_device, dev_type, bdev_type;
type persist_block_device, dev_type, bdev_type;
type sda_block_device, dev_type, bdev_type;
type mfg_data_block_device, dev_type, bdev_type;
type efs_block_device, dev_type;
type modem_block_device, dev_type;
type modem_userdata_block_device, dev_type;
type persist_block_device, dev_type;
type sda_block_device, dev_type;
type mfg_data_block_device, dev_type;
# Exynos devices
type vendor_gnss_device, dev_type;
type vendor_toe_device, dev_type;
type custom_ab_block_device, dev_type, bdev_type;
type devinfo_block_device, dev_type, bdev_type;
type custom_ab_block_device, dev_type;
type devinfo_block_device, dev_type;
# usbpd
type logbuffer_device, dev_type;

View file

@ -78,7 +78,7 @@ type updated_wifi_firmware_data_file, file_type, data_file_type;
type mediadrm_vendor_data_file, file_type, data_file_type;
# Storage Health HAL
type sysfs_scsi_devices_0000, sysfs_type, fs_type, sysfs_block_type;
type sysfs_scsi_devices_0000, sysfs_type, fs_type;
type debugfs_f2fs, debugfs_type, fs_type;
type proc_f2fs, proc_type, fs_type;