[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/5] sutils: set up /dev/null using /bin/nullpriv in MAKEDEV.sh
From: |
Justus Winter |
Subject: |
[PATCH 3/5] sutils: set up /dev/null using /bin/nullpriv in MAKEDEV.sh |
Date: |
Thu, 19 Sep 2013 11:12:47 +0200 |
This patch makes MAKEDEV.sh use the /bin/nullpriv wrapper so that the
storeio translator serving /dev/null is started without any unix
privileges.
* sutils/MAKEDEV.sh (mkdev): Use /bin/nullpriv for /dev/null.
---
sutils/MAKEDEV.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
index 1d164c7..0a8f514 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)
--
1.7.10.4
[PATCH 3/5] sutils: set up /dev/null using /bin/nullpriv in MAKEDEV.sh,
Justus Winter <=
[PATCH 5/5] hurd: add _reply suffix to the routines in fsys_reply.defs, Justus Winter, 2013/09/19
[PATCH 4/5] hurd: add _reply suffix to the routines in process_reply.defs, Justus Winter, 2013/09/19