| 1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
| 2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | 12 Sep 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c: |
|
|
6 | |
|
|
7 | Do not handle adding working directory to SANDBOX_WRITE, as portage does it |
|
|
8 | itself. |
| 4 | |
9 | |
| 5 | 04 Sep 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
10 | 04 Sep 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 6 | |
11 | |
| 7 | Also allow symlink() system call to operate on a symlink in a writable path |
12 | Also allow symlink() system call to operate on a symlink in a writable path |
| 8 | that points to non-writable path, bug #104711. |
13 | that points to non-writable path, bug #104711. |