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