| 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 | 01 Aug 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
6 | |
|
|
7 | Still do normal log if debugging is requested. |
|
|
8 | |
|
|
9 | Add support for SANDBOX_VERBOSE (enabled by default). Adjust SANDBOX_DEBUG |
|
|
10 | to only enable if equal to "1" or "yes". |
|
|
11 | |
|
|
12 | 27 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c, sandbox.h, |
|
|
13 | sandbox_futils.c: |
|
|
14 | |
|
|
15 | Do not resolve symlinks in PORTAGE_TMPDIR in sandbox .. we will handle that |
|
|
16 | in libsandbox .. bug #100309. |
|
|
17 | |
|
|
18 | 22 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.h: |
|
|
19 | |
|
|
20 | Print all logging to stderr, bug #90343, comment #15, by Zac Medico. |
|
|
21 | |
|
|
22 | * sandbox-1.2.11 (2005/07/14) |
|
|
23 | |
|
|
24 | 14 July 2005; Martin Schlemmer <azarah@gentoo.org> getcwd.c: |
|
|
25 | Fix getcwd, bug #98419. |
|
|
26 | |
|
|
27 | 08 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c, sandbox_futils.c, |
|
|
28 | libsandbox.c: |
|
|
29 | - Try to cleanup and make error handling/printing consistent. |
|
|
30 | - Remove old logs if present and conflicting with current. |
|
|
31 | - Fix compile error with previous change, and return rather then exit(). |
|
|
32 | |
|
|
33 | 07 July 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c, sandbox.c, |
|
|
34 | sandbox.h, sandbox_futils.c: |
|
|
35 | - Fix possible segfault in env init code. |
|
|
36 | - Major cleanup of sandbox_futils.c. Removed most of the functions as we now |
|
|
37 | write to /var/log/sandbox/, so in theory do not need all that. |
|
|
38 | - Redo the interface of the get_* functions so that we do not leak memory. |
|
|
39 | - Remove sandbox_dir and co - we are not using it anymore. |
|
|
40 | - Remove unused includes and variables. |
|
|
41 | - Only declare functions in sandbox_futils.c that are used in libsandbox.c when |
|
|
42 | OUTSIDE_LIBSANDBOX is not defined. |
|
|
43 | - Cleanup access/log printing. Make access printing honour NOCOLOR. Fix log |
|
|
44 | printing's last line not honouring NOCOLOR. |
|
|
45 | |
|
|
46 | 06 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.h, sandbox_futils.c, |
|
|
47 | libsandbox.c: |
|
|
48 | - Change log dir to /var/log/sandbox/. Make sure the sandboxed process cannot |
|
|
49 | write to it. |
|
|
50 | - Clean up logging in libsandbox.c, and hopefully make it more consistant. |
|
|
51 | - Add check_prefixes() with major cleanup on check_access(). |
|
|
52 | - Cleanup init_env_entries() and check_prefixes(). |
|
|
53 | |
|
|
54 | 05 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c, sandbox.h, |
|
|
55 | sandbox_futils.c, libsandbox.c: |
|
|
56 | Remove unused 'pids file' code. |
|
|
57 | |
|
|
58 | * sandbox-1.2.10 (2005/07/03) |
|
|
59 | |
|
|
60 | 03 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c: |
|
|
61 | Add PREDICT items for nss-db, bug #92079. Patch from Robin Johnson. |
|
|
62 | |
|
|
63 | 17 June 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c: |
|
|
64 | General cleanups: |
|
|
65 | - Remove fooling around with exit codes - we error out on presence of a log |
|
|
66 | anyhow. |
|
|
67 | - Move get_sandbox_*_envvar() to sandbox_setup_environ(), as its more |
|
|
68 | appropriate there. |
|
|
69 | |
|
|
70 | 12 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
71 | Cleanup the fail_nametoolong stuff a bit more. |
| 4 | |
72 | |
| 5 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
73 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 6 | Remove hopefully the last ld.so.preload bits we do not use anymore. |
74 | Remove hopefully the last ld.so.preload bits we do not use anymore. |
| 7 | |
75 | |
| 8 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
76 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |