Changeset 823 for server/fedora/Makefile


Ignore:
Timestamp:
Aug 29, 2008, 9:38:00 AM (16 years ago)
Author:
geofft
Message:
Add suexec support for things in a trusted directory, so we can make a trusted
svn, etc. wrapper and su to the target user to use their permissions.

This commit is being made with svnserve being invoked by such a trusted
wrapper. Let's see if it works.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/Makefile

    r815 r823  
    141141        cd httpd-2*; \
    142142        patch -p1 < ${patches}/httpd-suexec-scripts.patch; \
    143         ./configure --prefix=/etc/httpd --with-suexec-userdir=web_scripts --with-suexec-caller=apache --with-suexec-uidmin=50 --with-suexec-gidmin=50 --with-suexec-docroot=/; \
     143        autoreconf; \
     144        ./configure --prefix=/etc/httpd --with-suexec-userdir=web_scripts --with-suexec-caller=apache --with-suexec-uidmin=50 --with-suexec-gidmin=50 --with-suexec-docroot=/ --with-suexec-trusteddir=/usr/libexec/scripts-trusted; \
    144145        pushd support; \
    145146        mkdir -p ${out_sbin}; make suexec && cp suexec ${out_sbin}; \
Note: See TracChangeset for help on using the changeset viewer.