summaryrefslogtreecommitdiffstats
path: root/etc/mtree
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-03 20:15:15 +0000
committerjkh <jkh@FreeBSD.org>1997-05-03 20:15:15 +0000
commit6abcfb484a4c1eafa706fd5e15f79fcd434680ad (patch)
treec2eeb5e00b1892374c180487e6735e42f82f275f /etc/mtree
parent6a061964c3af0c6f08a4ea2e754074102e56aee4 (diff)
downloadFreeBSD-src-6abcfb484a4c1eafa706fd5e15f79fcd434680ad.zip
FreeBSD-src-6abcfb484a4c1eafa706fd5e15f79fcd434680ad.tar.gz
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.
Diffstat (limited to 'etc/mtree')
-rw-r--r--etc/mtree/BSD.var.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mtree/BSD.var.dist b/etc/mtree/BSD.var.dist
index 5f8db9d..d1b48cd 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
..
OpenPOWER on IntegriCloud