diff options
author | ru <ru@FreeBSD.org> | 2002-04-03 10:56:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-04-03 10:56:59 +0000 |
commit | d8ffece3c4280cbeb3cd3b6334f604b16e0e6c66 (patch) | |
tree | 9b447dfa6bfea969fc320cd5c13abf0255b96726 /sys/conf/options | |
parent | 0dbbe50955903ed143bea85061e98780e7fb4da4 (diff) | |
download | FreeBSD-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/options')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 0 insertions, 1 deletions
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 |