fhs-userenv-bubblewrap: bind mount host's devfs
Allows us to talk to devices
This commit is contained in:
parent
2da4f24e22
commit
8c91b3c5b7
@ -88,7 +88,7 @@ let
|
|||||||
done
|
done
|
||||||
|
|
||||||
exec ${bubblewrap}/bin/bwrap \
|
exec ${bubblewrap}/bin/bwrap \
|
||||||
--dev /dev \
|
--dev-bind /dev /dev \
|
||||||
--proc /proc \
|
--proc /proc \
|
||||||
--chdir "$(pwd)" \
|
--chdir "$(pwd)" \
|
||||||
--unshare-all \
|
--unshare-all \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user