[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
- Previous message: [Nagiosplug-checkins] nagiosplug BUGS, 1.5, 1.6 NEWS, 1.16, 1.17 configure.in, 1.210, 1.211 package.def, 1.11, 1.12 ChangeLog, 1.15, 1.16
- Next message: [Nagiosplug-checkins] nagiosplug THANKS.in,1.53,1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 */
- Previous message: [Nagiosplug-checkins] nagiosplug BUGS, 1.5, 1.6 NEWS, 1.16, 1.17 configure.in, 1.210, 1.211 package.def, 1.11, 1.12 ChangeLog, 1.15, 1.16
- Next message: [Nagiosplug-checkins] nagiosplug THANKS.in,1.53,1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list