summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-08-06 06:16:23 +1000
committerDamien Miller <djm@mindrot.org>2011-08-06 06:16:23 +1000
commit35e48198a80aba7361bce8dde4fba464800e3ff6 (patch)
tree9065e576f662ac04a9d60d1411c3349ce20d73e1 /ChangeLog
parent6ea5e44871314a980e7506282450b58fc78ae9aa (diff)
- djm@cvs.openbsd.org 2011/07/29 14:42:45
[sandbox-systrace.c] fail open(2) with EPERM rather than SIGKILLing the whole process. libc will call open() to do strerror() when NLS is enabled; feedback and ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7de7fdbf8..ccca485f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@
8 bzero the agent address. the kernel was for a while very cranky about 8 bzero the agent address. the kernel was for a while very cranky about
9 these things. evne though that's fixed, always good to initialize 9 these things. evne though that's fixed, always good to initialize
10 memory. ok deraadt djm 10 memory. ok deraadt djm
11 - djm@cvs.openbsd.org 2011/07/29 14:42:45
12 [sandbox-systrace.c]
13 fail open(2) with EPERM rather than SIGKILLing the whole process. libc
14 will call open() to do strerror() when NLS is enabled;
15 feedback and ok markus@
11 16
1220110624 1720110624
13 - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for 18 - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for