sepolicy: Add read dir permission to hal_bootctl.te
hal_bootctl needs read permission to sysfs_dt_firmware_android Change-Id: I6e89b2db756d7070bc4b815cf15a6a4f241d137b
This commit is contained in:
parent
2030effbfe
commit
07d473667a
1 changed files with 3 additions and 0 deletions
3
generic/vendor/common/hal_bootctl.te
vendored
3
generic/vendor/common/hal_bootctl.te
vendored
|
@ -63,3 +63,6 @@ allow hal_bootctl vendor_sysfs_scsi_target:dir r_dir_perms;
|
|||
|
||||
# Write to the XBL devices.
|
||||
allow hal_bootctl vendor_xbl_block_device:blk_file rw_file_perms;
|
||||
|
||||
# Read dir permission for dt_firmware
|
||||
allow hal_bootctl sysfs_dt_firmware_android:dir r_dir_perms;
|
||||
|
|
Loading…
Reference in a new issue