| 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 | 23 Apr 2005; Martin Schlemmer <azarah@gentoo.org> Makefile.am, canonicalize.c, |
|
|
6 | getcwd.c, libsandbox.c, localdecls.h, sandbox.h, sandbox_futils.c: |
|
|
7 | 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 |
|
|
9 | linking with its object. Hopefully this will fix bug #90153. |
| 4 | |
10 | |
| 5 | 22 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
11 | 22 Mar 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 6 | Allow lchown a symlink in write-allowed path pointing to write-denied |
12 | Allow lchown a symlink in write-allowed path pointing to write-denied |
| 7 | target. |
13 | target. |
| 8 | |
14 | |