Explorar o código

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 %!s(int64=19) %!d(string=hai) anos
pai
achega
2a01e28165
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins-root/Makefile.am

+ 1 - 1
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 */