summaryrefslogtreecommitdiff
path: root/sysutils/munin-common/files/patch-node_sbin_munin-run
blob: f844a237377902a200bba3388f203e87fe22b8fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- node/sbin/munin-run.orig	2014-11-24 21:46:24 UTC
+++ node/sbin/munin-run
@@ -52,6 +52,9 @@ sub main
         $ENV{$key} =~ /^(.*)$/;
         $ENV{$key} = $1;
     }
+    # plugins run in taint mode because the uid is changed, so the path
+    # must not contain writable directories.
+    $ENV{PATH}='/bin:/sbin:/usr/bin:/usr/sbin:%%PREFIX%%/bin:%%PREFIX%%/sbin';
 
     $0 =~ /^(.*)$/;
     $0 = $1;