Merge "snapshotctl: talk to bootcontrol HAL"

This commit is contained in:
Treehugger Robot 2019-11-08 23:36:21 +00:00 committed by Gerrit Code Review
commit eefca2bfd8

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)