1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
2 | # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 |
3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | 14 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
6 | Also rename the _init() and _fini() declarations. |
4 | |
7 | |
5 | 14 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c, sandbox.c: |
8 | 14 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c, sandbox.c: |
6 | Fixup the constructor/destructor function names again (they should be _init() |
9 | Fixup the constructor/destructor function names again (they should be _init() |
7 | and _fini() it seems, and not being called caused sandbox_lib_path to be |
10 | and _fini() it seems, and not being called caused sandbox_lib_path to be |
8 | unset, and thus breaking the execve() wrapper's LD_PRELOAD protection). |
11 | unset, and thus breaking the execve() wrapper's LD_PRELOAD protection). |