summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2022-12-07 18:38:25 +1100
committerDamien Miller <djm@mindrot.org>2022-12-07 18:38:25 +1100
commitbc234605fa3eb10f56bf0d74c8ecb0d91ada9d05 (patch)
tree1d0068c310e87b4e71b2bcec9a68b05b043d1cb8
parentb087c5cfa011b27992e01589314fec830266f99d (diff)
disable SANDBOX_SECCOMP_FILTER_DEBUG
It was mistakenly enabled in 2580916e4872 Reported by Peter sec-openssh-com.22.fichtner AT 0sg.net
-rw-r--r--sandbox-seccomp-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index 9929bdb6..cec43c46 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -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
/*