summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devio/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/devio/MAKEDEV b/devio/MAKEDEV
index 1ef7a780..7d13fe3b 100644
--- a/devio/MAKEDEV
+++ b/devio/MAKEDEV
@@ -24,8 +24,8 @@ for I; do
std)
$0 console tty null zero fd time
;;
- console|tty[0-9]?|tty[0-9a-f])
- st $I root 666 /hurd/term $_CWD/$I device $I;;
+ console|tty[0-9][0-9a-f]|tty[0-9a-f]|com[0-9])
+ st $I root 600 /hurd/term $_CWD/$I device $I;;
null)
st $I root 666 /hurd/null;;
zero)