From patchwork Thu Sep 29 20:35:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6027 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4MdlVb2R3Nz3wbw for ; Thu, 29 Sep 2022 20:35:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4MdlVY2nNpz1gn; Thu, 29 Sep 2022 20:35:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4MdlVY1QSmz301d; Thu, 29 Sep 2022 20:35:33 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4MdlVX0TVJz2xGC for ; Thu, 29 Sep 2022 20:35:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4MdlVM3MLPzCl for ; Thu, 29 Sep 2022 20:35:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1664483723; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=IybvdDEcMHBZfpDNbScrD4lvCcpB0mkaNPVe/7Q3GAw=; b=VlFcHxWbAADS8xRqyVs0TE3tGDIdw3ZXBGi+1CP62ZBOuGpyPi/T27xFyloDQFJCh76jHn Y4r2wUy5E6XPnfDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1664483723; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=IybvdDEcMHBZfpDNbScrD4lvCcpB0mkaNPVe/7Q3GAw=; b=OErGSMjXAyx5VP/gLP1DfU/qrJQ/snzpmcyQj2xNRZ/ySHEmle31VDzIPM+r+M0R72wV0J SoE4x26sZJtvBCK67Jyih8UxoTYdvPvwYQKS0OUPcg0h+fWIZHFG9eES+Red7QdfQCoLPh 91JwuSH/fxxNOCNps9+tRCFgevd63tsIPZFeA7syQgyYLXz05FDr2nxAOBXokEvdojekxp CfkcxSj/BC0c8nSEQhfDYjGyc2BR3GcV8XRZEThBCtrzNjed1YgjJin/rss009q0XYsF1m 8EcSqSUnJcqdJ4hc2y4goXkQgCszAm2WDis3j5Azqm6IeYVGDHx+Ks0rm4BS/g== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] suricata 6.0.8 - suggested change in 'suricata.yaml': set app-layer mqtt: enabled: yes Date: Thu, 29 Sep 2022 22:35:18 +0200 Message-Id: <20220929203518.3684141-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Matthias Fischer Acked-by: Peter Müller --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 03a7a83af..fb4f9426b 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -371,7 +371,7 @@ app-layer: dp: 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909 # MQTT, disabled by default. mqtt: - # enabled: no + enabled: yes # max-msg-length: 1mb krb5: enabled: yes