Code

Set the "read" and "execute" bits only for "user" and "group" in order
authorHolger Weiss <hweiss@users.sourceforge.net>
Thu, 29 Mar 2007 17:34:26 +0000 (17:34 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Thu, 29 Mar 2007 17:34:26 +0000 (17:34 +0000)
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

plugins-root/Makefile.am

index a36e120a94f2585dc0a3df2c0777055bf1eaf05c..9623212ec9ec4c2889185c300d2ee83e4ca1ddd5 100644 (file)
@@ -26,7 +26,7 @@ TESTS = @PLUGIN_TEST@
 test:
        perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
 
-setuid_root_mode = a=rx,u+s
+setuid_root_mode = ug=rx,u+s
 
 # /* Author Coreutils team - see ACKNOWLEDGEMENTS */