[Nagiosplug-checkins] nagiosplug/plugins-root Makefile.am, 1.11, 1.12

Holger Weiss hweiss at users.sourceforge.net
Thu Mar 29 19:34:29 CEST 2007


Update of /cvsroot/nagiosplug/nagiosplug/plugins-root
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23569

Modified Files:
	Makefile.am 
Log Message:
Set the "read" and "execute" bits only for "user" and "group" in order
to not overwrite "--without-world-permissions" for the root plugins.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-root/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am	6 Mar 2007 10:48:32 -0000	1.11
+++ Makefile.am	29 Mar 2007 17:34:26 -0000	1.12
@@ -26,7 +26,7 @@
 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 */
 





More information about the Commits mailing list