Author: delphij
Date: Sat Nov 30 07:04:35 2013
New Revision: 258763
URL: http://svnweb.freebsd.org/changeset/base/258763

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.

Modified:
  stable/9/etc/mtree/BSD.var.dist
Directory Properties:
  stable/9/etc/mtree/   (props changed)

Modified: stable/9/etc/mtree/BSD.var.dist
==============================================================================
--- stable/9/etc/mtree/BSD.var.dist     Sat Nov 30 07:03:18 2013        
(r258762)
+++ stable/9/etc/mtree/BSD.var.dist     Sat Nov 30 07:04:35 2013        
(r258763)
@@ -28,7 +28,7 @@
 /set gname=wheel
     backups
     ..
-    cache
+    cache              mode=0755
     ..
     crash
     ..
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to