summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-02-04 11:13:54 +1100
committerDamien Miller <djm@mindrot.org>2014-02-04 11:13:54 +1100
commit3928de067c286683a95fbdbdb5fdb3c78a0e5efd (patch)
tree2838ac9e163f2705c00361ebe91453378a608c58
parente1e480aee8a9af6cfbe7188667b7b940d6b57f9f (diff)
- djm@cvs.openbsd.org 2014/01/30 22:26:14
[sandbox-systrace.c] allow shutdown(2) syscall in sandbox - it may be called by packet_close() from portable (Id sync only; change is already in portable)
-rw-r--r--ChangeLog5
-rw-r--r--sandbox-systrace.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aca0044f..269f5363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,11 @@
requested From: Ross L Richardson
dtucker/markus helped explain its workings;
+ - djm@cvs.openbsd.org 2014/01/30 22:26:14
+ [sandbox-systrace.c]
+ allow shutdown(2) syscall in sandbox - it may be called by packet_close()
+ from portable
+ (Id sync only; change is already in portable)
20140131
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
diff --git a/sandbox-systrace.c b/sandbox-systrace.c
index 3d467783..70af3862 100644
--- a/sandbox-systrace.c
+++ b/sandbox-systrace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sandbox-systrace.c,v 1.7 2013/06/01 13:15:52 dtucker Exp $ */
+/* $OpenBSD: sandbox-systrace.c,v 1.8 2014/01/30 22:26:14 djm Exp $ */
/*
* Copyright (c) 2011 Damien Miller <djm@mindrot.org>
*