| 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. |
| 4 | |
7 | |
| 5 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
8 | 11 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 6 | Remove the unneeded canonicalize() calls in the wrappers - we do it anyhow |
9 | Remove the unneeded canonicalize() calls in the wrappers - we do it anyhow |
| 7 | in check_syscall(). Should speed things up a bit (at least for the getcwd() |
10 | in check_syscall(). Should speed things up a bit (at least for the getcwd() |
| 8 | and long path name test it goes down to under a second, and not 10+ seconds |
11 | and long path name test it goes down to under a second, and not 10+ seconds |