| 1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
| 2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | 09 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
6 | Be default we will fail if the path name we try to canonicalize is too long. |
|
|
7 | This however could cause issues with some things (bug #94630 and #21766), so |
|
|
8 | if fail_nametoolong == 0, canonicalize() will return a null length string and |
|
|
9 | do not fail. |
| 4 | |
10 | |
| 5 | 08 June 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c, sandbox_futils.c: |
11 | 08 June 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c, sandbox_futils.c: |
| 6 | Do not abort if TMPDIR is not valid, but rather use '/tmp', bug #94360. Also |
12 | Do not abort if TMPDIR is not valid, but rather use '/tmp', bug #94360. Also |
| 7 | make sure we re-export the new TMPDIR environment variable. |
13 | make sure we re-export the new TMPDIR environment variable. |
| 8 | |
14 | |