1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
2 | # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | 02 May 2005; Mike Frysinger <vapier@gentoo.org> configure.in, localdecls.h, |
|
|
6 | sandbox.h: |
|
|
7 | uClibc doesn't support dlvsym() so add a configure check to make sure it doesn't |
|
|
8 | exist. Also update localdecls.h so BROKEN_RTLD_NEXT isn't defined in uClibc. |
|
|
9 | |
|
|
10 | * sandbox-1.2.3 (2005/04/29) |
|
|
11 | |
|
|
12 | 29 Apr 2005; Martin Schlemmer <azarah@gentoo.org> configure.in: |
|
|
13 | Do not check for (*&#$(* CXX or F77. |
|
|
14 | |
|
|
15 | 29 Apr 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
16 | Do not append '/' to pathname in filter_path() if it already ends with it. |
|
|
17 | |
|
|
18 | 28 Apr 2005; Mike Frysinger <vapier@gentoo.org> Makefile.am, configure.in: |
|
|
19 | With az's help, clean up autotools to work with cross-compiling. |
|
|
20 | |
|
|
21 | * sandbox-1.2.2 (2005/04/28) |
|
|
22 | |
|
|
23 | 28 Apr 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
24 | Only check for /dev/{null,zero} for unlink hack, else ricers using /dev/shm |
|
|
25 | have issues; bug #90592. |
|
|
26 | |
|
|
27 | * sandbox-1.2.1 (2005/04/23) |
|
|
28 | |
|
|
29 | 23 Apr 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c, |
|
|
30 | getcwd.c, libsandbox.c, localdecls.h, sandbox.h, sandbox_futils.c: |
|
|
31 | Make sure all functions used in libsandbox.c is declared static. Define |
|
|
32 | SB_STATIC in localdecls.h for this. Include sandbox_futils.c rather than |
|
|
33 | linking with its object. Hopefully this will fix bug #90153. |
|
|
34 | |
|
|
35 | * sandbox-1.2 (2005/04/23) |
|
|
36 | |
|
|
37 | 22 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
38 | Allow lchown a symlink in write-allowed path pointing to write-denied |
|
|
39 | target. |
4 | |
40 | |
5 | 21 Mar 2005; Marius Mauch <genone@gentoo.org> libsandbox.c: |
41 | 21 Mar 2005; Marius Mauch <genone@gentoo.org> libsandbox.c: |
6 | Also show resolved symlink names in the log. |
42 | Also show resolved symlink names in the log. |
7 | |
43 | |
8 | 14 Mar 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, libsandbox.c: |
44 | 14 Mar 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, libsandbox.c: |