Changeset 1287


Ignore:
Timestamp:
Aug 3, 2009, 8:46:05 AM (15 years ago)
Author:
quentin
Message:
Don't execute scripts outside of /afs, unless they're in the trusted directory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/httpd.spec.patch

    r1259 r1287  
    4848        --with-suexec-caller=%{suexec_caller} \
    4949-       --with-suexec-docroot=%{contentdir} \
    50 +       --with-suexec-docroot=/ \
     50+       --with-suexec-docroot=/afs \
    5151+       --with-suexec-userdir=web_scripts \
    5252+       --with-suexec-trusteddir=/usr/libexec/scripts-trusted \
Note: See TracChangeset for help on using the changeset viewer.