Add the 'bdev_type' attribute to all block device types am: 37b5741301
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15517922 Change-Id: I52ac9161ae22eafecd60a8317370ddc3b243263d
This commit is contained in:
commit
79b41e3c3a
2 changed files with 11 additions and 11 deletions
20
whitechapel/vendor/google/device.te
vendored
20
whitechapel/vendor/google/device.te
vendored
|
@ -1,12 +1,12 @@
|
||||||
# Block Devices
|
# Block Devices
|
||||||
type efs_block_device, dev_type;
|
type efs_block_device, dev_type, bdev_type;
|
||||||
type fat_block_device, dev_type;
|
type fat_block_device, dev_type, bdev_type;
|
||||||
type modem_block_device, dev_type;
|
type modem_block_device, dev_type, bdev_type;
|
||||||
type modem_userdata_block_device, dev_type;
|
type modem_userdata_block_device, dev_type, bdev_type;
|
||||||
type persist_block_device, dev_type;
|
type persist_block_device, dev_type, bdev_type;
|
||||||
type vendor_block_device, dev_type;
|
type vendor_block_device, dev_type, bdev_type;
|
||||||
type sda_block_device, dev_type;
|
type sda_block_device, dev_type, bdev_type;
|
||||||
type mfg_data_block_device, dev_type;
|
type mfg_data_block_device, dev_type, bdev_type;
|
||||||
|
|
||||||
# Exynos devices
|
# Exynos devices
|
||||||
type vendor_m2m1shot_device, dev_type;
|
type vendor_m2m1shot_device, dev_type;
|
||||||
|
@ -14,8 +14,8 @@ type vendor_gnss_device, dev_type;
|
||||||
type vendor_nanohub_device, dev_type;
|
type vendor_nanohub_device, dev_type;
|
||||||
type vendor_secmem_device, dev_type;
|
type vendor_secmem_device, dev_type;
|
||||||
type vendor_toe_device, dev_type;
|
type vendor_toe_device, dev_type;
|
||||||
type custom_ab_block_device, dev_type;
|
type custom_ab_block_device, dev_type, bdev_type;
|
||||||
type devinfo_block_device, dev_type;
|
type devinfo_block_device, dev_type, bdev_type;
|
||||||
|
|
||||||
# usbpd
|
# usbpd
|
||||||
type logbuffer_device, dev_type;
|
type logbuffer_device, dev_type;
|
||||||
|
|
2
whitechapel/vendor/google/file.te
vendored
2
whitechapel/vendor/google/file.te
vendored
|
@ -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;
|
type mediadrm_vendor_data_file, file_type, data_file_type;
|
||||||
|
|
||||||
# Storage Health HAL
|
# Storage Health HAL
|
||||||
type sysfs_scsi_devices_0000, sysfs_type, fs_type;
|
type sysfs_scsi_devices_0000, sysfs_type, fs_type, sysfs_block_type;
|
||||||
type debugfs_f2fs, debugfs_type, fs_type;
|
type debugfs_f2fs, debugfs_type, fs_type;
|
||||||
type proc_f2fs, proc_type, fs_type;
|
type proc_f2fs, proc_type, fs_type;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue