Sfoglia il codice sorgente

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

Holger Weiss 19 anni fa
parent
commit
2a01e28165
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugins-root/Makefile.am

+ 1 - 1
plugins-root/Makefile.am

@@ -26,7 +26,7 @@ TESTS = @PLUGIN_TEST@
 test:
 test:
 	perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
 	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 */
 # /* Author Coreutils team - see ACKNOWLEDGEMENTS */