diff options
-rw-r--r-- | lib/namespace | 3 | ||||
-rw-r--r-- | sys/lib/dist/usr/glenda/lib/profile | 2 | ||||
-rwxr-xr-x | sys/lib/newuser | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/lib/namespace b/lib/namespace index 53735f04d..31e74bcfe 100644 --- a/lib/namespace +++ b/lib/namespace @@ -31,9 +31,8 @@ mount -a /srv/cs /net mount -a /srv/dns /net mount -a /srv/net /net -mount -qC /srv/cwfs /n/other other +mount -qC /srv/boot /n/other other bind -qc /n/other/usr/$user/tmp /usr/$user/tmp -bind -qc /n/other/dist /dist bind -c /usr/$user/tmp /tmp cd /usr/$user diff --git a/sys/lib/dist/usr/glenda/lib/profile b/sys/lib/dist/usr/glenda/lib/profile index 17d6313df..3d533f523 100644 --- a/sys/lib/dist/usr/glenda/lib/profile +++ b/sys/lib/dist/usr/glenda/lib/profile @@ -1,6 +1,6 @@ bind -a $home/bin/rc /bin bind -a $home/bin/$cputype /bin -mount -qC /srv/cwfs /n/other other +mount -qC /srv/boot /n/other other bind -qc /n/other/usr/$user/tmp $home/tmp bind -c $home/tmp /tmp if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null) diff --git a/sys/lib/newuser b/sys/lib/newuser index 1fd4183e0..9f9253bdb 100755 --- a/sys/lib/newuser +++ b/sys/lib/newuser @@ -19,7 +19,7 @@ auth/cron -c cat > lib/profile <<! bind -a $x^home/bin/rc /bin bind -a $x^home/bin/$x^cputype /bin -mount -qC /srv/cwfs /n/other other +mount -qC /srv/boot /n/other other bind -qc /n/other/usr/$x^user/tmp $x^home/tmp bind -c $x^home/tmp /tmp font=/lib/font/bit/vga/unicode.font |