diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sandbox-systrace.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -31,6 +31,11 @@ | |||
31 | requested From: Ross L Richardson | 31 | requested From: Ross L Richardson |
32 | 32 | ||
33 | dtucker/markus helped explain its workings; | 33 | dtucker/markus helped explain its workings; |
34 | - djm@cvs.openbsd.org 2014/01/30 22:26:14 | ||
35 | [sandbox-systrace.c] | ||
36 | allow shutdown(2) syscall in sandbox - it may be called by packet_close() | ||
37 | from portable | ||
38 | (Id sync only; change is already in portable) | ||
34 | 39 | ||
35 | 20140131 | 40 | 20140131 |
36 | - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) | 41 | - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) |
diff --git a/sandbox-systrace.c b/sandbox-systrace.c index 3d4677838..70af3862f 100644 --- a/sandbox-systrace.c +++ b/sandbox-systrace.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sandbox-systrace.c,v 1.7 2013/06/01 13:15:52 dtucker Exp $ */ | 1 | /* $OpenBSD: sandbox-systrace.c,v 1.8 2014/01/30 22:26:14 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2011 Damien Miller <djm@mindrot.org> | 3 | * Copyright (c) 2011 Damien Miller <djm@mindrot.org> |
4 | * | 4 | * |