- 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:
parent
e1e480aee8
commit
3928de067c
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue