From 75db8933be3aed75dffa5527647486135a8850de Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 3 Aug 1999 22:52:42 +0000 Subject: [PATCH] chmod/chown all the ptys --- src/etc/rc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index a10922c1..136d17fb 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.100 1999/07/15 14:31:52 provos Exp $ +# $OpenBSD: rc,v 1.101 1999/08/03 22:52:42 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. @@ -263,7 +263,8 @@ echo -n " dev" dev_mkdb echo "." -chmod 666 /dev/tty[pqrs]* +chmod 666 /dev/tty[pqrstuvwxyzPQRST]* +chown root.wheel /dev/tty[pqrstuvwxyzPQRST]* # check the password temp/lock file if [ -f /etc/ptmp ]; then