no tomar nsswitch.conf, host.conf y networks de /etc

fixes #1 and #3
This commit is contained in:
void 2021-04-28 18:21:58 +00:00
parent 47dbae2d9c
commit 04e13130e3

View file

@ -33,12 +33,9 @@ function correr() {
--unshare-cgroup-try \
--bind "$ENTORNO" / \
--bind .. /Sutty \
--ro-bind /etc/host.conf /etc/host.conf \
--ro-bind /etc/hosts /etc/hosts \
--ro-bind /etc/networks /etc/networks \
--ro-bind /etc/passwd /etc/passwd \
--ro-bind /etc/group /etc/group \
--ro-bind /etc/nsswitch.conf /etc/nsswitch.conf \
--ro-bind /etc/resolv.conf /etc/resolv.conf \
--ro-bind /etc/localtime /etc/localtime \
--dev-bind /dev /dev \