summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@google.com>2021-10-08 09:20:05 -0700
committerBart Van Assche <bvanassche@google.com>2021-10-08 09:54:33 -0700
commita349fb7f9640f6160e3f9cbd718d5c6bfe932ff4 (patch)
treec99af54a57bbbfc83c08cbe8dc3cd8b1a1af689e
parenta8417025f7fb6e2fe6bbd1259118d31f51553e4b (diff)
downloadpoplar-a349fb7f9640f6160e3f9cbd718d5c6bfe932ff4.tar.gz
Revert "Add the 'bdev_type' attribute to all block devices"
Revert this patch since the bdev_type and sysfs_block_type SELinux attributes are being removed. Bug: 202520796 Test: Untested. Change-Id: I1f1ca439b4b45b2691b482a93f8d550bf4544aca Signed-off-by: Bart Van Assche <bvanassche@google.com>
-rw-r--r--sepolicy/device.te8
1 files changed, 4 insertions, 4 deletions
diff --git a/sepolicy/device.te b/sepolicy/device.te
index 6d289f5..dda0bf1 100644
--- a/sepolicy/device.te
+++ b/sepolicy/device.te
@@ -27,8 +27,8 @@ type hi_mce_device, dev_type;
type mali_device, dev_type, file_type, mlstrustedobject;
type mmz_userdev_device, dev_type;
type ttyAMA2_device, dev_type;
-type hi_system_block_device, dev_type, bdev_type;
-type hi_vendor_block_device, dev_type, bdev_type;
-type hi_cache_block_device, dev_type, bdev_type;
-type hi_userdata_block_device, dev_type, bdev_type;
+type hi_system_block_device, dev_type;
+type hi_vendor_block_device, dev_type;
+type hi_cache_block_device, dev_type;
+type hi_userdata_block_device, dev_type;
type rtk_bt_device, dev_type;