From 2a01e28165b321b6d698b9e1868acce76925b9f5 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Thu, 29 Mar 2007 17:34:26 +0000 Subject: [PATCH] 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 --- plugins-root/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ 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 */ -- 2.30.2