snapshotctl: talk to bootcontrol HAL

Test: OTA then merge
Change-Id: Ifdb23070de4e7d8ae4a7ef7d5a6435f101c8b410
This commit is contained in:
Yifan Hong 2019-11-07 14:48:48 -08:00
parent 8751aa64d7
commit 667b71010a

View File

@ -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)