| 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 | 12 May 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c: |
|
|
6 | Remove global preload_adaptable as it is no longer used. |
| 4 | |
7 | |
| 5 | 12 May 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c: |
8 | 12 May 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c: |
| 6 | Rewrite environment stuff to only be set when execve'ing the child process |
9 | Rewrite environment stuff to only be set when execve'ing the child process |
| 7 | to try and avoid issues like bug #91541 that causes sandbox to crash if |
10 | to try and avoid issues like bug #91541 that causes sandbox to crash if |
| 8 | we set LD_PRELOAD sandbox side already. |
11 | we set LD_PRELOAD sandbox side already. |