Files
linuxkit/pkg/losetup/build.yml
David Scott 9209808ac3 pkg/losetup: grant access to all block devices
Signed-off-by: David Scott <dave@recoil.org>
2021-10-18 21:02:18 +01:00

12 lines
165 B
YAML

image: losetup
config:
binds:
- /dev:/dev
- /var:/var
devices:
# all block devices
- path: all
type: b
capabilities:
- CAP_SYS_ADMIN