| 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 | |
4 | |
| 5 | 05 Aug 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
5 | 05 Aug 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c, sandbox.c, |
|
|
6 | sandbox.h: |
| 6 | |
7 | |
| 7 | Do not give an access violation if the access() system call do not have |
8 | Do not give an access violation if the access() system call do not have |
| 8 | write/read access - it does not actually modify, so we only need to return |
9 | write/read access - it does not actually modify, so we only need to return |
| 9 | not being able to write/read. Noted by Andres Loeh <kosmikus@gentoo.org>, |
10 | not being able to write/read. Noted by Andres Loeh <kosmikus@gentoo.org>, |
| 10 | bug #101433. |
11 | bug #101433. |
| … | |
… | |
| 12 | If we are called from the command line, do not care about PORTAGE_TMPDIR, |
13 | If we are called from the command line, do not care about PORTAGE_TMPDIR, |
| 13 | and make the current directory the work directory. Also rename the variable |
14 | and make the current directory the work directory. Also rename the variable |
| 14 | portage_tmp_dir to work_dir. |
15 | portage_tmp_dir to work_dir. |
| 15 | |
16 | |
| 16 | Remove the tmp_dir variable - we do not need it. |
17 | Remove the tmp_dir variable - we do not need it. |
|
|
18 | |
|
|
19 | Improve error handling for get_sandbox_*_envvar() functions. |
| 17 | |
20 | |
| 18 | 01 Aug 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
21 | 01 Aug 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 19 | |
22 | |
| 20 | Still do normal log if debugging is requested. |
23 | Still do normal log if debugging is requested. |
| 21 | |
24 | |