summaryrefslogtreecommitdiff
path: root/profiles/apache2.d/kopano-webapp
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/apache2.d/kopano-webapp')
-rw-r--r--profiles/apache2.d/kopano-webapp26
1 files changed, 26 insertions, 0 deletions
diff --git a/profiles/apache2.d/kopano-webapp b/profiles/apache2.d/kopano-webapp
new file mode 100644
index 0000000..17654c5
--- /dev/null
+++ b/profiles/apache2.d/kopano-webapp
@@ -0,0 +1,26 @@
+# Last Modified: Fri Sep 11 13:27:22 2009
+# Author: Guido Günther <agx@sigxcpu.org>
+
+ ^kopano-webapp {
+ #include <abstractions/apache2-common>
+ #include <abstractions/base>
+ #include <abstractions/nameservice>
+ #include <abstractions/php5>
+
+ @{PROC}/@{pid}/task/@{tid}/comm rw,
+ @{PROC}/@{pid}/cmdline r,
+
+ /etc/gss/mech.d/ r,
+ /etc/gss/mech.d/*.conf r,
+
+ /etc/kopano/webapp/config.php r,
+
+ /usr/share/kopano-webapp/** r,
+
+ /var/lib/kopano-webapp/tmp/** rwk,
+
+ /var/log/apache2/ r,
+ # FIXME: we should use separate logfiles for kopano upfront
+ /var/log/apache2/error.log rw,
+ /var/log/apache2/other_vhosts_access.log rw,
+ }