mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 17:02:00 +00:00
pkg/losetup: grant access to all block devices
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
@@ -3,5 +3,9 @@ config:
|
||||
binds:
|
||||
- /dev:/dev
|
||||
- /var:/var
|
||||
devices:
|
||||
# all block devices
|
||||
- path: all
|
||||
type: b
|
||||
capabilities:
|
||||
- CAP_SYS_ADMIN
|
||||
|
Reference in New Issue
Block a user