diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2008-04-17 19:49:17 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2008-04-17 19:49:17 +0000 |
commit | dc91fc42a77afeef014bc99ae83a45521bc45f46 (patch) | |
tree | ce8152af56c1868fb9c12a4564bb441c2e91788d /share/man | |
parent | a78fdf1fff35eccd17c277875fd205aaa2d521e6 (diff) |
Teach security(8) to check for world-readable hostname.if files.
An increasing number of types of these files (e.g. ppp, carp and
wlan adapters) may contain secrets.
ok deraadt oga johan
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/security.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man8/security.8 b/share/man/man8/security.8 index ba3070c479b..8993a32e28e 100644 --- a/share/man/man8/security.8 +++ b/share/man/man8/security.8 @@ -1,8 +1,8 @@ -.\" $OpenBSD: security.8,v 1.13 2007/10/23 14:02:38 jmc Exp $ +.\" $OpenBSD: security.8,v 1.14 2008/04/17 19:49:16 sthen Exp $ .\" .\" David Leonard, 2001. Public Domain. .\" -.Dd $Mdocdate: October 23 2007 $ +.Dd $Mdocdate: April 17 2008 $ .Dt SECURITY 8 .Os .Sh NAME @@ -110,6 +110,10 @@ Check for changes to the disklabels of mounted disks. .It Report on the installation or removal of any system .Xr package 5 . +.It +Check +.Xr hostname.if 5 +file permissions. .El .Pp The intent of the |