diff options
author | das <das@FreeBSD.org> | 2003-11-17 06:39:54 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2003-11-17 06:39:54 +0000 |
commit | 701bcfabb940ea8e2b05abf0e5f155f693176e00 (patch) | |
tree | 18fad39bb6164b42c7ab13d08aa92025e6c9527b /sbin | |
parent | 9c28e36b31f58fe487d9161add02ca0f5a4ece8d (diff) | |
download | FreeBSD-src-701bcfabb940ea8e2b05abf0e5f155f693176e00.zip FreeBSD-src-701bcfabb940ea8e2b05abf0e5f155f693176e00.tar.gz |
Remove the BUGS section introduced in rev 1.11 now that the problem
has been addressed.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/nologin/nologin.8 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sbin/nologin/nologin.8 b/sbin/nologin/nologin.8 index 0c452ff..7f8f9ff 100644 --- a/sbin/nologin/nologin.8 +++ b/sbin/nologin/nologin.8 @@ -59,18 +59,3 @@ The .Nm utility appeared in .Bx 4.4 . -.Sh BUGS -Login mechanisms that allow users to specify the initial environment, -such as -.Xr login 1 -and -.Xr sshd 8 , -can be used to bypass -.Nm . -To avoid this possibility, you must use a different lockout mechanism -such as -.Xr login.conf 5 -or compile a statically-linked -.Xr sh 1 -as described in -.Xr make.conf 5 . |