summaryrefslogtreecommitdiffstats
path: root/plugins-root/Makefile.am
diff options
context:
space:
mode:
authorHolger Weiss <hweiss@users.sourceforge.net>2007-03-29 17:34:26 (GMT)
committerHolger Weiss <hweiss@users.sourceforge.net>2007-03-29 17:34:26 (GMT)
commit2a01e28165b321b6d698b9e1868acce76925b9f5 (patch)
tree843fd8c8fa2c81df2d869df5439dd1bef42b6796 /plugins-root/Makefile.am
parent422f01891f3f99f4ba000b4036c588b788c08f56 (diff)
downloadmonitoring-plugins-2a01e28165b321b6d698b9e1868acce76925b9f5.tar.gz
Set the "read" and "execute" bits only for "user" and "group" in order
to not overwrite "--without-world-permissions" for the root plugins. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1654 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-root/Makefile.am')
-rw-r--r--plugins-root/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am
index a36e120..9623212 100644
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
@@ -26,7 +26,7 @@ TESTS = @PLUGIN_TEST@
26test: 26test:
27 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl 27 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
28 28
29setuid_root_mode = a=rx,u+s 29setuid_root_mode = ug=rx,u+s
30 30
31# /* Author Coreutils team - see ACKNOWLEDGEMENTS */ 31# /* Author Coreutils team - see ACKNOWLEDGEMENTS */
32 32