summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-03 10:56:59 +0000
committerru <ru@FreeBSD.org>2002-04-03 10:56:59 +0000
commitd8ffece3c4280cbeb3cd3b6334f604b16e0e6c66 (patch)
tree9b447dfa6bfea969fc320cd5c13abf0255b96726 /sys/conf
parent0dbbe50955903ed143bea85061e98780e7fb4da4 (diff)
downloadFreeBSD-src-d8ffece3c4280cbeb3cd3b6334f604b16e0e6c66.zip
FreeBSD-src-d8ffece3c4280cbeb3cd3b6334f604b16e0e6c66.tar.gz
Dike out a highly insecure UCONSOLE option.
TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed. Obtained from: OpenBSD
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/options1
2 files changed, 0 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d1b8e3b..8eec0ca 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -427,10 +427,6 @@ options PERFMON
options COMPILING_LINT
-# XXX - this doesn't belong here.
-# Allow ordinary users to take the console - this is useful for X.
-options UCONSOLE
-
# XXX - this doesn't belong here either
#options USERCONFIG #boot -c editor
#options INTRO_USERCONFIG #imply -c and show intro screen
diff --git a/sys/conf/options b/sys/conf/options
index 2824aa8..e84375b 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -97,7 +97,6 @@ MSGMNI opt_sysvipc.h
MSGSEG opt_sysvipc.h
MSGSSZ opt_sysvipc.h
MSGTQL opt_sysvipc.h
-UCONSOLE
VFS_AIO
# POSIX kernel options
OpenPOWER on IntegriCloud