Changeset 18723 for trunk/base


Ignore:
Timestamp:
Jul 25, 2006, 6:24:42 AM (18 years ago)
Author:
pguyot (Paul Guyot)
Message:

Add /private/tmp among the sandbox bounds.
Fixes a problem with patch phase (reported by yeled).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/porttrace.tcl

    r18721 r18723  
    22# porttrace.tcl
    33#
    4 # $Id: porttrace.tcl,v 1.18 2006/07/25 04:01:34 pguyot Exp $
     4# $Id: porttrace.tcl,v 1.19 2006/07/25 06:24:42 pguyot Exp $
    55#
    66# Copyright (c) 2005-2006 Paul Guyot <pguyot@kallisys.net>,
     
    6060                        # workpath
    6161                        # /tmp
     62                        # /private/tmp
    6263                        # /var/tmp
    6364                        # $TMPDIR
    6465                        # /dev/null
    6566                        # /dev/tty
    66                         set trace_sandboxbounds "/tmp:/var/tmp:/dev/null:/dev/tty:${workpath}"
     67                        set trace_sandboxbounds "/tmp:/private/tmp:/var/tmp:/dev/null:/dev/tty:${workpath}"
    6768                        if {[info exists env(TMPDIR)]} {
    6869                                set trace_sandboxbounds "${trace_sandboxbounds}:$env(TMPDIR)"
Note: See TracChangeset for help on using the changeset viewer.