]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- djm@cvs.openbsd.org 2014/01/30 22:26:14
authorDamien Miller <djm@mindrot.org>
Tue, 4 Feb 2014 00:13:54 +0000 (11:13 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 4 Feb 2014 00:13:54 +0000 (11:13 +1100)
     [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)

ChangeLog
sandbox-systrace.c

index aca0044fe2edbcfb0f10492521b0f3ba8798334f..269f5363d666a2093a5ab8eee378b17738c5c289 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      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)
index 3d467783843a0a685de92ff50b792ce085f63c20..70af3862f0af8b4de20365ef79f32075e90808bf 100644 (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>
  *