Add hal_bootctl_default write permission to devinfo_block_device

Bug: 270236357
Change-Id: I40219dbd726ddebb277e592353bd9f0b249dd01f
This commit is contained in:
Wilson Sung 2023-02-22 11:23:32 +08:00
parent 9019c55645
commit ca241fa76c

View file

@ -1,3 +1,3 @@
allow hal_bootctl_default devinfo_block_device:blk_file r_file_perms;
allow hal_bootctl_default devinfo_block_device:blk_file rw_file_perms;
allow hal_bootctl_default sda_block_device:blk_file rw_file_perms;
allow hal_bootctl_default sysfs_ota:file rw_file_perms;