]> git.pld-linux.org Git - packages/apache.git/commitdiff
don't suid suexec (baggins builders restrict chmod)
authorArtur Frysiak <artur@frysiak.net>
Fri, 4 Oct 2002 13:25:49 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-suexec.patch -> 1.1.4.2

apache-suexec.patch

index c770270b341eefdbff59ebbcd992d42d6514dca7..ec7daca4385cacb0664726cbb3a707a080447b27 100644 (file)
@@ -7,3 +7,14 @@
 -      $(LINK) -static $(suexec_OBJECTS) $(PROGRAM_LDADD)
 +      $(LINK) -static $(suexec_OBJECTS) 
  
+--- httpd-2.0.43/Makefile.in.wiget     Fri Oct  4 15:20:09 2002
++++ httpd-2.0.43/Makefile.in   Fri Oct  4 15:20:32 2002
+@@ -195,7 +195,7 @@
+       @if test -f $(builddir)/support/suexec; then \
+             test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir); \
+             $(INSTALL_PROGRAM) $(top_builddir)/support/suexec $(DESTDIR)$(sbindir); \
+-            chmod 4755 $(DESTDIR)$(sbindir)/suexec; \
++            chmod 0755 $(DESTDIR)$(sbindir)/suexec; \
+       fi
+ suexec:
This page took 0.048549 seconds and 4 git commands to generate.