fhs-userenv-bubblewrap: bind mount host's devfs

Allows us to talk to devices
This commit is contained in:
Michael Eden 2019-09-15 15:41:48 -04:00 committed by Atemu
parent 2da4f24e22
commit 8c91b3c5b7

View file

@ -88,7 +88,7 @@ let
done
exec ${bubblewrap}/bin/bwrap \
--dev /dev \
--dev-bind /dev /dev \
--proc /proc \
--chdir "$(pwd)" \
--unshare-all \