pkg/losetup: grant access to all block devices

Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
David Scott 2021-10-18 11:09:59 +01:00
parent 344d974ae1
commit 9209808ac3

View File

@ -3,5 +3,9 @@ config:
binds:
- /dev:/dev
- /var:/var
devices:
# all block devices
- path: all
type: b
capabilities:
- CAP_SYS_ADMIN