aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-common/files/patch-node_sbin_munin-run
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/munin-common/files/patch-node_sbin_munin-run')
-rw-r--r--sysutils/munin-common/files/patch-node_sbin_munin-run7
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/munin-common/files/patch-node_sbin_munin-run b/sysutils/munin-common/files/patch-node_sbin_munin-run
index d1af74d4a398..0da215e3af89 100644
--- a/sysutils/munin-common/files/patch-node_sbin_munin-run
+++ b/sysutils/munin-common/files/patch-node_sbin_munin-run
@@ -1,6 +1,9 @@
---- node/sbin/munin-run.orig 2020-01-15 21:12:19 UTC
+plugins run in taint mode because the uid is changed, so the path must not
+contain writable directories.
+
+--- node/sbin/munin-run.orig 2020-01-20 19:32:33 UTC
+++ node/sbin/munin-run
-@@ -110,6 +110,9 @@ sub main
+@@ -115,6 +115,9 @@ sub main
$ENV{$key} =~ /^(.*)$/s;
$ENV{$key} = $1;
}