snapshotctl: talk to bootcontrol HAL
Test: OTA then merge Change-Id: Ifdb23070de4e7d8ae4a7ef7d5a6435f101c8b410
This commit is contained in:
parent
8751aa64d7
commit
667b71010a
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@ allow snapshotctl dm_device:chr_file rw_file_perms;
|
|||
|
||||
# Needed to mutate device-mapper nodes.
|
||||
allow snapshotctl self:global_capability_class_set sys_admin;
|
||||
|
||||
# Snapshotctl talk to boot control HAL to set merge status.
|
||||
hwbinder_use(snapshotctl)
|
||||
hal_client_domain(snapshotctl, hal_bootctl)
|
||||
|
|
Loading…
Reference in a new issue