diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-04-19 21:39:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-04-19 21:39:19 +0000 |
commit | 39c40e4ae0239cae7dc3f63f68c6bcf3bfe7e789 (patch) | |
tree | 61ec9ecfcc0d5d6d902a5c5935cd60d1f79e6aeb /etc/mtree/special | |
parent | b49934cb26b40e91708a7176329e7e9c296efed0 (diff) |
UUCP is no longer contained in the base system, so its home directory
does not require special permissions. The security(8) scripts hates
group-writeable home directories, so remove the needless permissions.
Issue noticed by Andrew Fresh <andrew at afresh1 dot com>.
If i understand naddy@ correctly, this is unlikely to harm even UUCP users.
"Just remove the group writeable bit" deraadt@.
Diffstat (limited to 'etc/mtree/special')
-rw-r--r-- | etc/mtree/special | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mtree/special b/etc/mtree/special index 7ecdbb29dbe..b14c3f68521 100644 --- a/etc/mtree/special +++ b/etc/mtree/special @@ -1,4 +1,4 @@ -# $OpenBSD: special,v 1.92 2011/01/19 21:26:35 david Exp $ +# $OpenBSD: special,v 1.93 2011/04/19 21:39:18 schwarze Exp $ # $NetBSD: special,v 1.4 1996/05/08 21:30:18 pk Exp $ # @(#)special 8.2 (Berkeley) 1/23/94 # @@ -213,6 +213,6 @@ output type=dir mode=0775 uname=root gname=daemon ignore .. #var/spool/output uucp type=dir mode=0755 uname=uucp gname=daemon ignore .. #var/spool/uucp -uucppublic type=dir mode=01775 uname=uucp gname=daemon ignore +uucppublic type=dir mode=0755 uname=uucp gname=daemon ignore .. #var/spool/uucppublic .. #var/spool |