Merge "snapshotctl: talk to bootcontrol HAL"
This commit is contained in:
commit
eefca2bfd8
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.
|
# Needed to mutate device-mapper nodes.
|
||||||
allow snapshotctl self:global_capability_class_set sys_admin;
|
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