svn commit: r258664 - head/etc/mtree
Xin LI
delphij at FreeBSD.org
Tue Nov 26 20:03:26 UTC 2013
Author: delphij
Date: Tue Nov 26 20:03:25 2013
New Revision: 258664
URL: http://svnweb.freebsd.org/changeset/base/258664
Log:
Create /var/cache with mode 0755 instead of 0750.
This directory is used by many third party applications and having
permission 0750 makes it impossible to drop group privileges.
MFC after: 3 days
Modified:
head/etc/mtree/BSD.var.dist
Modified: head/etc/mtree/BSD.var.dist
==============================================================================
--- head/etc/mtree/BSD.var.dist Tue Nov 26 19:54:12 2013 (r258663)
+++ head/etc/mtree/BSD.var.dist Tue Nov 26 20:03:25 2013 (r258664)
@@ -28,7 +28,7 @@
/set gname=wheel
backups
..
- cache
+ cache mode=0755
..
crash
..
More information about the svn-src-head
mailing list