[51932] trunk/base/src/pextlib1.0/tracelib.c
raimue at macports.org
raimue at macports.org
Sat Jun 6 16:14:19 PDT 2009
Revision: 51932
http://trac.macports.org/changeset/51932
Author: raimue at macports.org
Date: 2009-06-06 16:14:18 -0700 (Sat, 06 Jun 2009)
Log Message:
-----------
pextlib1.0:
Remove last hardcoded /Applications/MacPorts. There is no good reason to allow
general access to the applications dir.
Modified Paths:
--------------
trunk/base/src/pextlib1.0/tracelib.c
Modified: trunk/base/src/pextlib1.0/tracelib.c
===================================================================
--- trunk/base/src/pextlib1.0/tracelib.c 2009-06-06 22:54:48 UTC (rev 51931)
+++ trunk/base/src/pextlib1.0/tracelib.c 2009-06-06 23:14:18 UTC (rev 51932)
@@ -223,7 +223,6 @@
append_allow("/sbin", 0);
append_allow("/dev", 0);
append_allow(Tcl_GetVar(interp, "macports::prefix", TCL_GLOBAL_ONLY), 2);
- append_allow("/Applications/MacPorts", 0);
/* If there is no SDK we will allow everything in /usr /System/Library etc, else add binaries to allow, and redirect root to SDK. */
if(sdk&&*sdk)
{
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090606/c43aa332/attachment.html>
More information about the macports-changes
mailing list