| 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 | 28 Apr 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
6 | Only check for /dev/{null,zero} for unlink hack, else ricers using /dev/shm |
|
|
7 | have issues; bug #90592. |
|
|
8 | |
|
|
9 | * sandbox-1.2.1 |
| 4 | |
10 | |
| 5 | 23 Apr 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c, |
11 | 23 Apr 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c, |
| 6 | getcwd.c, libsandbox.c, localdecls.h, sandbox.h, sandbox_futils.c: |
12 | getcwd.c, libsandbox.c, localdecls.h, sandbox.h, sandbox_futils.c: |
| 7 | Make sure all functions used in libsandbox.c is declared static. Define |
13 | Make sure all functions used in libsandbox.c is declared static. Define |
| 8 | SB_STATIC in localdecls.h for this. Include sandbox_futils.c rather than |
14 | SB_STATIC in localdecls.h for this. Include sandbox_futils.c rather than |
| 9 | linking with its object. Hopefully this will fix bug #90153. |
15 | linking with its object. Hopefully this will fix bug #90153. |
|
|
16 | |
|
|
17 | * sandbox-1.2 |
| 10 | |
18 | |
| 11 | 22 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
19 | 22 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 12 | Allow lchown a symlink in write-allowed path pointing to write-denied |
20 | Allow lchown a symlink in write-allowed path pointing to write-denied |
| 13 | target. |
21 | target. |
| 14 | |
22 | |