From ab98cf58c4c76a29772fbe506a969d1a528804e1 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 3 May 1997 20:15:15 +0000 Subject: [PATCH] Change group ownership of /var/mail to mail and permission to 0775. This does *not* instantly make any program which "ensures" mail spool consistency by creating lock files safe in any way since other tools, like mail.local, will be using flock() semantics and any such lock file will simply be ignored. It does, however, allow a lot of things which are currently suid root in order to create such bogus lockfiles to, at least, be bogus at a much lower level of privilege (and this is good). Ultimately, of course, everybody should just use flock. --- etc/mtree/BSD.var.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/mtree/BSD.var.dist b/etc/mtree/BSD.var.dist index 5f8db9d341db..d1b48cd865ec 100644 --- a/etc/mtree/BSD.var.dist +++ b/etc/mtree/BSD.var.dist @@ -1,4 +1,4 @@ -# $Id: BSD.var.dist,v 1.28 1997/02/23 09:21:07 peter Exp $ +# $Id: BSD.var.dist,v 1.29 1997/02/26 01:17:49 mpp Exp $ # /set type=dir uname=bin gname=bin mode=0755 @@ -34,7 +34,7 @@ .. log uname=bin .. - mail uname=bin + mail uname=bin gname=mail mode=0775 .. msgs uname=daemon ..