| 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 | 09 Mar 2005; Brian Harring <ferringb@gentoo.org> sandbox.c: Fixed the |
|
|
6 | infamous "pids file is not a regular file" w/out newline bug. |
|
|
7 | |
|
|
8 | 09 Mar 2005; Brian Harring <ferringb@gentoo.org> Makefile.am, configure.in: |
|
|
9 | Correct libc_version path detection, since it was screwing up if libdir != |
|
|
10 | "/lib/". |
|
|
11 | |
|
|
12 | 02 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
13 | Hack to make sure sandboxed process cannot remove a device node, bug #79836. |
|
|
14 | |
|
|
15 | 02 Mar 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am: |
|
|
16 | Fix symbols.in not added to dist. |
|
|
17 | |
|
|
18 | 02 Mar 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c, |
|
|
19 | getcwd.c, libsandbox.c, sandbox.c, sandbox.h, sandbox_futils.c: |
|
|
20 | White space fixes. |
|
|
21 | |
|
|
22 | 02 Mar 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c, |
|
|
23 | configure.in, getcwd.c, libsandbox.c, symbols.in: |
|
|
24 | Fix inverse test logic in canonicalize.c, use a strncpy. Fix gcc warning in |
|
|
25 | getcwd.c. Add symbols.in and logic to Makefile.am to generate symbol versions |
|
|
26 | for glibc and other libc's that use this. Update libsandbox.c to use these |
|
|
27 | symbol versions if available. Fix exec wrapper to re-export LD_PRELOAD if the |
|
|
28 | process unset it. |
|
|
29 | |
|
|
30 | 01 Mar 2005; Brian Harring <ferringb@gentoo.org> libsandbox.c: |
|
|
31 | killed off _init and _fini in favor of |
|
|
32 | void __attribute__ ((constructor)) init_func and |
|
|
33 | void __attribute__ ((destructor)) closing_func. _(init|func) were deprecated. |
|
|
34 | |
|
|
35 | 06 Dec 2004; Brian Harring <ferringb@gentoo.org> Makefile.am, libsandbox.c, |
|
|
36 | canonicalize.c, getcwd.c: Fixed compilation *again*. Hopefully cvs is done |
|
|
37 | having the hick-ups. |
|
|
38 | |
|
|
39 | 04 Dec 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c, getcwd.c, |
|
|
40 | Makefile.am: Fixed compilation. |
| 4 | |
41 | |
| 5 | 01 Dec 2004; Brian Harring <ferringb@gentoo.org> aclocal.m4: |
42 | 01 Dec 2004; Brian Harring <ferringb@gentoo.org> aclocal.m4: |
| 6 | Gutted the bugger so it stops checking for a c++ and fortran compiler. |
43 | Gutted the bugger so it stops checking for a c++ and fortran compiler. |
| 7 | Do *not* regenerate aclocal.m4 for making a release until a better |
44 | Do *not* regenerate aclocal.m4 for making a release until a better |
| 8 | solution is created. |
45 | solution is created. |