| … | |
… | |
| 8 | - Major cleanup of sandbox_futils.c. Removed most of the functions as we now |
8 | - Major cleanup of sandbox_futils.c. Removed most of the functions as we now |
| 9 | write to /var/log/sandbox/, so in theory do not need all that. |
9 | write to /var/log/sandbox/, so in theory do not need all that. |
| 10 | - Redo the interface of the get_* functions so that we do not leak memory. |
10 | - Redo the interface of the get_* functions so that we do not leak memory. |
| 11 | - Remove sandbox_dir and co - we are not using it anymore. |
11 | - Remove sandbox_dir and co - we are not using it anymore. |
| 12 | - Remove unused includes and variables. |
12 | - Remove unused includes and variables. |
|
|
13 | - Only declare functions in sandbox_futils.c that are used in libsandbox.c when |
|
|
14 | OUTSIDE_LIBSANDBOX is not defined. |
| 13 | |
15 | |
| 14 | 06 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.h, sandbox_futils.c, |
16 | 06 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.h, sandbox_futils.c, |
| 15 | libsandbox.c: |
17 | libsandbox.c: |
| 16 | - Change log dir to /var/log/sandbox/. Make sure the sandboxed process cannot |
18 | - Change log dir to /var/log/sandbox/. Make sure the sandboxed process cannot |
| 17 | write to it. |
19 | write to it. |