svn commit: r258762 - stable/10/etc/mtree
Xin LI
delphij at FreeBSD.org
Sat Nov 30 07:03:19 UTC 2013
Author: delphij
Date: Sat Nov 30 07:03:18 2013
New Revision: 258762
URL: http://svnweb.freebsd.org/changeset/base/258762
Log:
MFC r258664:
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.
Approved by: re (glebius)
Modified:
stable/10/etc/mtree/BSD.var.dist
Directory Properties:
stable/10/etc/ (props changed)
Modified: stable/10/etc/mtree/BSD.var.dist
==============================================================================
--- stable/10/etc/mtree/BSD.var.dist Sat Nov 30 03:31:40 2013 (r258761)
+++ stable/10/etc/mtree/BSD.var.dist Sat Nov 30 07:03:18 2013 (r258762)
@@ -28,7 +28,7 @@
/set gname=wheel
backups
..
- cache
+ cache mode=0755
..
crash
..
More information about the svn-src-all
mailing list