From 344d974ae14aa845e400e788c62dd6ac4c930374 Mon Sep 17 00:00:00 2001 From: David Scott Date: Mon, 18 Oct 2021 10:53:02 +0100 Subject: [PATCH] pkg/extend: grant access to all block devices Signed-off-by: David Scott --- pkg/extend/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/extend/build.yml b/pkg/extend/build.yml index 75c834692..bdedcfd83 100644 --- a/pkg/extend/build.yml +++ b/pkg/extend/build.yml @@ -2,6 +2,10 @@ image: extend config: binds: - /dev:/dev + devices: + # all block devices + - path: all + type: b capabilities: - CAP_SYS_ADMIN - CAP_MKNOD