attempt to bind mount /dev

Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
Dennis Gilmore 2015-07-21 20:33:39 +00:00
parent c8fefa3c00
commit 7607116382

View file

@ -4,7 +4,7 @@
; paths have readonly options and are made writable via extra_mounts
; parameter for individual calls.
; default_mounts = /mnt/archive,/mnt/workdir
default_mounts = /mnt/koji
default_mounts = /mnt/koji,/dev
; comma-delimited list of safe roots.
; Each extra_mount needs to start with some of these prefixes. Other paths are
@ -37,3 +37,9 @@ path = /mnt/koji
fstype = bind
options = bind
[path2]
mountpoint = /dev
path = /dev
fstype = bind
options = bind