summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-22 15:57:31 +0000
committerbde <bde@FreeBSD.org>1995-12-22 15:57:31 +0000
commit6fa641682edbf5cc90609425109690c27b3e3b95 (patch)
tree80f0cd95762c62c0e523f560a4e4853c01b7edff /sys
parentb7f736b6e5465c21713f6090f50397253eb26763 (diff)
downloadFreeBSD-src-6fa641682edbf5cc90609425109690c27b3e3b95.zip
FreeBSD-src-6fa641682edbf5cc90609425109690c27b3e3b95.tar.gz
Fixed permissions of /dev/tty.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/tty_tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c
index f69b63d..6440014 100644
--- a/sys/kern/tty_tty.c
+++ b/sys/kern/tty_tty.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tty_tty.c 8.2 (Berkeley) 9/23/93
- * $Id: tty_tty.c,v 1.8 1995/12/08 11:17:17 julian Exp $
+ * $Id: tty_tty.c,v 1.9 1995/12/08 23:21:37 phk Exp $
*/
/*
@@ -186,7 +186,7 @@ ctty_drvinit(void *unused)
ctty_devsw_installed = 1;
#ifdef DEVFS
ctty_devfs_token = devfs_add_devsw( "/", "tty",
- &ctty_cdevsw, 0, DV_CHR, 0, 0, 0600);
+ &ctty_cdevsw, 0, DV_CHR, 0, 0, 0666);
#endif
}
}
OpenPOWER on IntegriCloud