Grant hal_bootctl permissions for new type.

Bug: 74213358
Test: Built policy.
Change-Id: Icf523468e06b65095755594a8de68f42c789751c
This commit is contained in:
Joel Galenson
2018-03-05 20:08:57 -08:00
parent d7854eb513
commit 84e961164e

View File

@@ -29,3 +29,6 @@ allow hal_bootctl xbl_block_device:blk_file rw_file_perms;
# Expose a socket for brokered boot message access for hal_oemlock.
allow hal_bootctl hal_bootctl_socket:sock_file create_file_perms;
allow hal_bootctl sysfs_scsi_devices_other:dir r_dir_perms;
allow hal_bootctl sysfs_scsi_devices_other:file r_file_perms;