pkg/extend: grant access to all block devices

Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
David Scott 2021-10-18 10:53:02 +01:00
parent 71fa9f2cae
commit 344d974ae1

View File

@ -2,6 +2,10 @@ image: extend
config:
binds:
- /dev:/dev
devices:
# all block devices
- path: all
type: b
capabilities:
- CAP_SYS_ADMIN
- CAP_MKNOD