[98279] trunk/base/src/port1.0/portsandbox.tcl

jmr at macports.org jmr at macports.org
Mon Oct 1 08:39:47 PDT 2012


Revision: 98279
          http://trac.macports.org//changeset/98279
Author:   jmr at macports.org
Date:     2012-10-01 08:39:47 -0700 (Mon, 01 Oct 2012)
Log Message:
-----------
allow writing to /var/tmp

Modified Paths:
--------------
    trunk/base/src/port1.0/portsandbox.tcl

Modified: trunk/base/src/port1.0/portsandbox.tcl
===================================================================
--- trunk/base/src/port1.0/portsandbox.tcl	2012-10-01 15:33:12 UTC (rev 98278)
+++ trunk/base/src/port1.0/portsandbox.tcl	2012-10-01 15:39:47 UTC (rev 98279)
@@ -66,7 +66,7 @@
     lappend allow_dirs $workpath $altprefix
 
     set portsandbox_profile "(version 1) (allow default) (deny file-write*) \
-(allow file-write-data (literal \"/dev/null\")) (allow file-write* (regex #\"^(/private)?/tmp/\"))"
+(allow file-write-data (literal \"/dev/null\")) (allow file-write* (regex #\"^(/private)?(/var)?/tmp/\"))"
     foreach dir $allow_dirs {
         append portsandbox_profile " (allow file-write* "
         if {${os.major} > 9} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121001/ed68c165/attachment.html>


More information about the macports-changes mailing list