diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-08-23 04:37:54 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-08-23 04:37:54 +0000 |
commit | ff7c9c5cbbde05465bcd7ac3053e7eef4ebb2ac0 (patch) | |
tree | ac894114ffc3c58267d4386e4ca56fbefe857bc3 /www-apache/mod_suphp/metadata.xml | |
parent | add GLEP 56 USE flag desc from use.local.desc (diff) | |
download | gentoo-2-ff7c9c5cbbde05465bcd7ac3053e7eef4ebb2ac0.tar.gz gentoo-2-ff7c9c5cbbde05465bcd7ac3053e7eef4ebb2ac0.tar.bz2 gentoo-2-ff7c9c5cbbde05465bcd7ac3053e7eef4ebb2ac0.zip |
add GLEP 56 USE flag desc from use.local.desc
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r8 x86_64)
Diffstat (limited to 'www-apache/mod_suphp/metadata.xml')
-rw-r--r-- | www-apache/mod_suphp/metadata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www-apache/mod_suphp/metadata.xml b/www-apache/mod_suphp/metadata.xml index 64a719ea1bfd..d8eae7f340f1 100644 --- a/www-apache/mod_suphp/metadata.xml +++ b/www-apache/mod_suphp/metadata.xml @@ -2,4 +2,13 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>apache</herd> + <use> + <flag name='checkpath'>Check if script resides in DOCUMENT_ROOT</flag> + <flag name='mode-force'>Run scripts with UID/GID specified in Apache + configuration</flag> + <flag name='mode-owner'>Run scripts with owner UID/GID</flag> + <flag name='mode-paranoid'>Run scripts with owner UID/GID but also check + if they match the UID/GID specified in the Apache + configuration</flag> + </use> </pkgmetadata> |