- 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)
This commit is contained in:
Damien Miller 2014-02-04 11:13:54 +11:00
parent e1e480aee8
commit 3928de067c
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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>
*