| 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 |
|
|
10 | |
|
|
11 | 23 Apr 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c, |
|
|
12 | getcwd.c, libsandbox.c, localdecls.h, sandbox.h, sandbox_futils.c: |
|
|
13 | Make sure all functions used in libsandbox.c is declared static. Define |
|
|
14 | SB_STATIC in localdecls.h for this. Include sandbox_futils.c rather than |
|
|
15 | linking with its object. Hopefully this will fix bug #90153. |
|
|
16 | |
|
|
17 | * sandbox-1.2 |
|
|
18 | |
|
|
19 | 22 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
|
|
20 | Allow lchown a symlink in write-allowed path pointing to write-denied |
|
|
21 | target. |
| 4 | |
22 | |
| 5 | 21 Mar 2005; Marius Mauch <genone@gentoo.org> libsandbox.c: |
23 | 21 Mar 2005; Marius Mauch <genone@gentoo.org> libsandbox.c: |
| 6 | Also show resolved symlink names in the log. |
24 | Also show resolved symlink names in the log. |
| 7 | |
25 | |
| 8 | 14 Mar 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, libsandbox.c: |
26 | 14 Mar 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, libsandbox.c: |