| 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 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
6 | Remove hopefully the last ld.so.preload bits we do not use anymore. |
|
|
7 | |
|
|
8 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
9 | Remove the unneeded canonicalize() calls in the wrappers - we do it anyhow |
|
|
10 | in check_syscall(). Should speed things up a bit (at least for the getcwd() |
|
|
11 | and long path name test it goes down to under a second, and not 10+ seconds |
|
|
12 | like before). Also warn if we skip checking due to the canonicalized path |
|
|
13 | being too long. |
|
|
14 | |
|
|
15 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
16 | More comment/readability cleanups. |
| 4 | |
17 | |
| 5 | 10 June 2005; Martin Schlemmer <azarah@gentoo.org> canonicalize.c, getcwd.c, |
18 | 10 June 2005; Martin Schlemmer <azarah@gentoo.org> canonicalize.c, getcwd.c, |
| 6 | sandbox_futils.c, libsandbox.c: |
19 | sandbox_futils.c, libsandbox.c: |
| 7 | Some strncpy/strncat and other cleanups. |
20 | Some strncpy/strncat and other cleanups. |
| 8 | |
21 | |