diff --git a/salt/profile/wiki/files/httpd2-prefork.apparmor b/salt/profile/wiki/files/httpd2-prefork.apparmor index 7eb6727..eff8d80 100644 --- a/salt/profile/wiki/files/httpd2-prefork.apparmor +++ b/salt/profile/wiki/files/httpd2-prefork.apparmor @@ -107,6 +107,10 @@ profile httpd2-prefork /usr/sbin/httpd{,2}-prefork flags=(complain,attach_discon /var/log/apache2/error_log-20[12][0-9][01][0-9][0-3][0-9] w, /var/log/apache2/ssl_request_log w, + # strange, but happens in practise + /var/log/apache2/cn-access_log w, + /var/log/apache2/files-access_log w, + } ^vhost_files flags=(complain,attach_disconnected) { @@ -144,6 +148,7 @@ profile httpd2-prefork /usr/sbin/httpd{,2}-prefork flags=(complain,attach_discon /srv/www/{{wiki}}.opensuse.org/public/images/**.@{wiki_upload_extensions} rw, /srv/www/{{wiki}}.opensuse.org/public/images/deleted/**/index.html rw, /srv/www/{{wiki}}.opensuse.org/public/images/lockdir/*.lock rwk, + /srv/www/{{wiki}}.opensuse.org/public/images/temp/*/*/*\!localcopy_*. rw, /srv/www/{{wiki}}.opensuse.org/public/images/temp/*/*/*\!php??????. rw, /srv/www/{{wiki}}.opensuse.org/public/images/temp/**/index.html rw, /srv/www/{{wiki}}.opensuse.org/public/images/temp/.htaccess rw,