]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
disable SANDBOX_SECCOMP_FILTER_DEBUG
authorDamien Miller <djm@mindrot.org>
Wed, 7 Dec 2022 07:38:25 +0000 (18:38 +1100)
committerDamien Miller <djm@mindrot.org>
Wed, 7 Dec 2022 07:38:25 +0000 (18:38 +1100)
It was mistakenly enabled in 2580916e4872

Reported by Peter sec-openssh-com.22.fichtner AT 0sg.net

sandbox-seccomp-filter.c

index 9929bdb685134195def48494db7fed146d1924e7..cec43c463eabadc60cefd7e7bac50b0a3a25790c 100644 (file)
@@ -23,7 +23,7 @@
  * E.g.
  *   auditctl -a task,always -F uid=<privsep uid>
  */
-#define SANDBOX_SECCOMP_FILTER_DEBUG 1
+/* #define SANDBOX_SECCOMP_FILTER_DEBUG 1 */
 
 #if 0
 /*