diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-03-29 17:34:26 (GMT) |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-03-29 17:34:26 (GMT) |
commit | 2a01e28165b321b6d698b9e1868acce76925b9f5 (patch) | |
tree | 843fd8c8fa2c81df2d869df5439dd1bef42b6796 | |
parent | 422f01891f3f99f4ba000b4036c588b788c08f56 (diff) | |
download | monitoring-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
-rw-r--r-- | plugins-root/Makefile.am | 2 |
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@ | |||
26 | test: | 26 | test: |
27 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl | 27 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl |
28 | 28 | ||
29 | setuid_root_mode = a=rx,u+s | 29 | setuid_root_mode = ug=rx,u+s |
30 | 30 | ||
31 | # /* Author Coreutils team - see ACKNOWLEDGEMENTS */ | 31 | # /* Author Coreutils team - see ACKNOWLEDGEMENTS */ |
32 | 32 | ||