From 04e13130e33424d0fe462e18c2f1f1e9698e6f3a Mon Sep 17 00:00:00 2001 From: void Date: Wed, 28 Apr 2021 18:21:58 +0000 Subject: [PATCH] no tomar nsswitch.conf, host.conf y networks de /etc fixes #1 and #3 --- haini.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/haini.sh b/haini.sh index 4dd870d..8c3b92f 100755 --- a/haini.sh +++ b/haini.sh @@ -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 \