~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to profiles/program-chunks-disabled/apache-default-uri

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# ------------------------------------------------------------------
2
 
#
3
 
#    Copyright (C) 2002-2005 Novell/SUSE
4
 
#
5
 
#    This program is free software; you can redistribute it and/or
6
 
#    modify it under the terms of version 2 of the GNU General Public
7
 
#    License published by the Free Software Foundation.
8
 
#
9
 
# ------------------------------------------------------------------
10
 
 
11
 
 
12
 
  # $Id: apache-default-uri 12 2006-04-12 21:35:41Z steve-beattie $
13
 
 
14
 
  # These entries are common document locations that should be served
15
 
  # from apache's DEFAULT_URI subprofile.
16
 
 
17
 
  # Note that mod_perl, mod_php, mod_python, etc, allows in-apache
18
 
  # execution of content regardless of 'x' permissions, as no exec(2)
19
 
  # takes place to perform a domain change.
20
 
 
21
 
  # suexec execution of CGIs will require appropriate permissions
22
 
  /usr/sbin/suexec2 ixr,
23
 
 
24
 
  # Allow logging on suse:
25
 
  /var/log/apache2/** rwl,
26
 
  # Allow logging on red hat:
27
 
  /var/log/httpd/**   rwl,
28
 
 
29
 
  # Allow any CGIs in user directories to run, inheriting the apache profile:
30
 
  # /home/*/public_html/**             ixr,
31
 
  # (note that if you are using mod_change_hat, you have a choice of
32
 
  # providing neccesary access in this file OR in URI-specific hats, or
33
 
  # hats in the <VHost>, <Location>, or <Directory> directives. Please
34
 
  # see the user's guide for more information.
35
 
 
36
 
  # Allow site-wide CGIs to run, inheriting the apache profile:
37
 
  # /srv/www/cgi-bin/**        ixr,
38
 
  # /var/www/cgi-bin/**        ixr,
39
 
 
40
 
  /home/*/public_html                r,
41
 
  /home/*/public_html/**             r,
42
 
  # Red Hat locations
43
 
  /var/www/html/**                   r,
44
 
  /var/www/icons/*.{gif,jpg,png}     r,
45
 
  /var/www/error/*                   r,
46
 
  # SuSE locations (LSB?)
47
 
  /srv/www/htdocs                    r,
48
 
  /srv/www/htdocs/**                 r,
49
 
  /srv/www/icons/*.{gif,jpg,png}     r,
50
 
  # SuSE location of the apache manual + error pages
51
 
  /usr/share/apache2/**              r,
52
 
 
53
 
  # php session state
54
 
  /var/lib/php/sess_*                rwl,
55