summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-05-08 14:13:19 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2024-05-08 15:00:39 +0200
commit6724a0f0a3c9676854c7dd8935a15159b0a412a9 (patch)
tree5be7927ca5134f562facd185f2155822728164e4 /src/shared
parentMerge pull request #32709 from bluca/machined_ssh (diff)
downloadsystemd-6724a0f0a3c9676854c7dd8935a15159b0a412a9.tar.xz
systemd-6724a0f0a3c9676854c7dd8935a15159b0a412a9.zip
firewall-util-iptables: update ELF note to mention "iptables"
Follow-up for cd7c2077954d86d23eafdedf3e258b365622779d
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/firewall-util-iptables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/firewall-util-iptables.c b/src/shared/firewall-util-iptables.c
index b0abccc26b..e2e5bb3605 100644
--- a/src/shared/firewall-util-iptables.c
+++ b/src/shared/firewall-util-iptables.c
@@ -355,7 +355,7 @@ int fw_iptables_add_local_dnat(
static int dlopen_iptc(void) {
ELF_NOTE_DLOPEN("ip4tc",
- "Support for firewall rules",
+ "Support for firewall rules with iptables backend",
ELF_NOTE_DLOPEN_PRIORITY_SUGGESTED,
"libip4tc.so.2");