diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-03-23 22:09:00 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-03-23 22:09:00 +0000 |
commit | 91197ff81d545872e735397342aa94a7ae53fe5f (patch) | |
tree | f038ee490995ce1359c553a71de95f2e687b159d | |
parent | 40201a915201e06db91c83a54033b2e0d967f4ed (diff) |
security doesn't check ftpusers any more; reminded by jmc
-rw-r--r-- | share/man/man8/security.8 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man8/security.8 b/share/man/man8/security.8 index 0c44815a118..8b7e2351255 100644 --- a/share/man/man8/security.8 +++ b/share/man/man8/security.8 @@ -1,8 +1,8 @@ -.\" $OpenBSD: security.8,v 1.21 2012/07/08 21:48:38 schwarze Exp $ +.\" $OpenBSD: security.8,v 1.22 2014/03/23 22:08:59 sthen Exp $ .\" .\" David Leonard, 2001. Public Domain. .\" -.Dd $Mdocdate: July 8 2012 $ +.Dd $Mdocdate: March 23 2014 $ .Dt SECURITY 8 .Os .Sh NAME @@ -37,9 +37,6 @@ Check root's home directory and login environment for insecure permissions, suspicious paths, and umask commands in the dotfiles. .It -Check that root and uucp are in -.Pa /etc/ftpusers . -.It Check for suspicious commands in .Pa /etc/mail/aliases . .It |