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
This commit is contained in:
Holger Weiss 2007-03-29 17:34:26 +00:00
parent 422f01891f
commit 2a01e28165

View 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 */