summaryrefslogtreecommitdiff
path: root/sutils
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-09-19 11:12:47 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-09-19 23:32:50 +0200
commitcdf852011b3e6dc24b53952b2e1d415387cb9409 (patch)
tree7a259a231d8c0e83f8efde4594ff48c13a10dcc4 /sutils
parent4543e17766d1cc566b8f4dcbb7a4e5eb0f9a3f57 (diff)
sutils: set up /dev/null using /bin/nullpriv in MAKEDEV.sh
This patch makes MAKEDEV.sh use the /bin/nullpriv wrapper so that the storeio translator serving /dev/zero is started without any unix privileges. * sutils/MAKEDEV.sh (mkdev): Use /bin/nullpriv for /dev/zero.
Diffstat (limited to 'sutils')
-rw-r--r--sutils/MAKEDEV.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
index 1d164c7b..0a8f5144 100644
--- a/sutils/MAKEDEV.sh
+++ b/sutils/MAKEDEV.sh
@@ -116,7 +116,7 @@ mkdev() {
full)
st $I root 666 /hurd/null --full;;
zero)
- st $I root 666 /hurd/storeio -Tzero;;
+ st $I root 666 /bin/nullauth -- /hurd/storeio -Tzero;;
tty)
st $I root 666 /hurd/magic tty;;
fd)