Grant hal_bootctl permissions for new type.

Bug: 74213358
Test: Built policy.
Merged-In: I692f480c1bcd2fe484cdc0655712f8a553463041
Change-Id: I692f480c1bcd2fe484cdc0655712f8a553463041
(cherry picked from commit 5e335ba808d2acaaa095fbc938466da743e96dbb)
diff --git a/sepolicy/hal_bootctl.te b/sepolicy/hal_bootctl.te
index 9fc0ba0..2c63eb2 100644
--- a/sepolicy/hal_bootctl.te
+++ b/sepolicy/hal_bootctl.te
@@ -30,3 +30,6 @@
 
 # Write to the XBL devices.
 allow hal_bootctl xbl_block_device:blk_file rw_file_perms;
+
+allow hal_bootctl sysfs_scsi_devices_other:dir r_dir_perms;
+allow hal_bootctl sysfs_scsi_devices_other:file r_file_perms;