diff options
author | Damien Miller <djm@mindrot.org> | 2014-02-04 01:13:54 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-02-04 01:13:54 +0100 |
commit | 3928de067c286683a95fbdbdb5fdb3c78a0e5efd (patch) | |
tree | 2838ac9e163f2705c00361ebe91453378a608c58 /sandbox-systrace.c | |
parent | - jmc@cvs.openbsd.org 2014/01/29 14:04:51 (diff) | |
download | openssh-3928de067c286683a95fbdbdb5fdb3c78a0e5efd.tar.xz openssh-3928de067c286683a95fbdbdb5fdb3c78a0e5efd.zip |
- 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)
Diffstat (limited to 'sandbox-systrace.c')
-rw-r--r-- | sandbox-systrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ -/* $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> * |