pkg/metadata: grant access to all block devices

Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
David Scott 2021-10-18 16:49:12 +01:00
parent 9209808ac3
commit 6bc99c5ff2

View File

@ -7,6 +7,10 @@ config:
- /sys:/sys
- /etc/resolv.conf:/etc/resolv.conf
- /etc/ssl/certs:/etc/ssl/certs
devices:
# all block devices
- path: all
type: b
tmpfs:
- /tmp
readonly: true