Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/selinux/modules/
Date: Thu, 02 Jun 2011 17:10:22
Message-Id: cbc15e7645ec5aa3e14ff5ac8c674afb284d011f.SwifT@gentoo
1 commit: cbc15e7645ec5aa3e14ff5ac8c674afb284d011f
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Thu Jun 2 17:09:20 2011 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Thu Jun 2 17:09:20 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-docs.git;a=commit;h=cbc15e76
7
8 More apache locations
9
10 ---
11 xml/selinux/modules/apache.xml | 18 ++++++++++++++++++
12 1 files changed, 18 insertions(+), 0 deletions(-)
13
14 diff --git a/xml/selinux/modules/apache.xml b/xml/selinux/modules/apache.xml
15 index 553beeb..6572e7e 100644
16 --- a/xml/selinux/modules/apache.xml
17 +++ b/xml/selinux/modules/apache.xml
18 @@ -327,6 +327,24 @@ base it on the description instead.
19 <ti>/srv/localhost/www</ti>
20 <ti>system_u:object_r:httpd_sys_content_t</ti>
21 </tr>
22 +<tr>
23 + <ti>Document</ti>
24 + <ti>Location where CGI scripts are stored</ti>
25 + <ti>/srv/localhost/cgi-bin</ti>
26 + <ti>system_u:object_r:httpd_sys_script_exec_t</ti>
27 +</tr>
28 +<tr>
29 + <ti>Directory</ti>
30 + <ti>User home directory location where user-provided content is stored</ti>
31 + <ti>/home/*/public_html</ti>
32 + <ti>system_u:object_r:httpd_user_content_t</ti>
33 +</tr>
34 +<tr>
35 + <ti>Directory</ti>
36 + <ti>User home directory location where user-provided CGI scripts are stored</ti>
37 + <ti>/home/*/public_html/cgi-bin</ti>
38 + <ti>system_u:object_r:httpd_user_script_exec_t</ti>
39 +</tr>
40 </table>
41
42 <p>