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