From: Damien Miller Date: Wed, 7 Dec 2022 07:38:25 +0000 (+1100) Subject: disable SANDBOX_SECCOMP_FILTER_DEBUG X-Git-Tag: V_9_2_P1~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc234605fa3eb10f56bf0d74c8ecb0d91ada9d05;p=thirdparty%2Fopenssh-portable.git disable SANDBOX_SECCOMP_FILTER_DEBUG It was mistakenly enabled in 2580916e4872 Reported by Peter sec-openssh-com.22.fichtner AT 0sg.net --- diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index 9929bdb68..cec43c463 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c @@ -23,7 +23,7 @@ * E.g. * auditctl -a task,always -F uid= */ -#define SANDBOX_SECCOMP_FILTER_DEBUG 1 +/* #define SANDBOX_SECCOMP_FILTER_DEBUG 1 */ #if 0 /*