diff --git a/whitechapel/vendor/google/e2fs.te b/whitechapel/vendor/google/e2fs.te index a6664594..3e72adfb 100644 --- a/whitechapel/vendor/google/e2fs.te +++ b/whitechapel/vendor/google/e2fs.te @@ -4,3 +4,5 @@ allow e2fs modem_userdata_block_device:blk_file rw_file_perms; allowxperm e2fs { persist_block_device efs_block_device modem_userdata_block_device }:blk_file ioctl { BLKSECDISCARD BLKDISCARD BLKPBSZGET BLKDISCARDZEROES BLKROGET }; +allow e2fs sysfs_scsi_devices_0000:dir r_dir_perms; +allow e2fs sysfs_scsi_devices_0000:file r_file_perms; diff --git a/whitechapel/vendor/google/fsck.te b/whitechapel/vendor/google/fsck.te index d29555b3..cb9470d0 100644 --- a/whitechapel/vendor/google/fsck.te +++ b/whitechapel/vendor/google/fsck.te @@ -1,3 +1,5 @@ allow fsck persist_block_device:blk_file rw_file_perms; allow fsck efs_block_device:blk_file rw_file_perms; allow fsck modem_userdata_block_device:blk_file rw_file_perms; +allow fsck sysfs_scsi_devices_0000:dir r_dir_perms; +allow fsck sysfs_scsi_devices_0000:file r_file_perms;