From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 728CF1382C5 for ; Thu, 11 Mar 2021 21:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B79C2E0986; Thu, 11 Mar 2021 21:50:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DE23E0986 for ; Thu, 11 Mar 2021 21:50:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DEFE335D6A for ; Thu, 11 Mar 2021 21:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACF9653 for ; Thu, 11 Mar 2021 21:50:12 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1615499407.7e67687f21e8a8b330a7db8f2e8d5210acd92baf.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/xtables_addons.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 7e67687f21e8a8b330a7db8f2e8d5210acd92baf X-VCS-Branch: master Date: Thu, 11 Mar 2021 21:50:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6927d452-aaee-4cfb-bac2-fc944d228b73 X-Archives-Hash: 4e058c367e597b6e98f272dfc8a759e0 commit: 7e67687f21e8a8b330a7db8f2e8d5210acd92baf Author: Anthony G. Basile gentoo org> AuthorDate: Thu Mar 11 21:49:54 2021 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Mar 11 21:50:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e67687f profiles/desc/xtables_addons.desc: add proto Signed-off-by: Anthony G. Basile gentoo.org> profiles/desc/xtables_addons.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/xtables_addons.desc b/profiles/desc/xtables_addons.desc index c78e11c7dcc..5ee39b3b616 100644 --- a/profiles/desc/xtables_addons.desc +++ b/profiles/desc/xtables_addons.desc @@ -23,6 +23,7 @@ logmark - LOGMARK target will log packet and connection marks to syslog lscan - match detects simple low-level scan attemps based upon the packet's contents quota2 - match implements a named counter which can be increased or decreased on a per-match basis pknock - match implements so-called "port knocking", a stealthy system for network authentication +proto - modifies the protocol number in IP packet header psd - match attempts to detect TCP and UDP port scans (derived from Solar Designer's scanlogd) sysrq - SYSRQ target allows to remotely trigger sysrq on the local machine over the network tarpit - TARPIT target captures and holds incoming TCP connections using no local per-connection resources