Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor change to apache apparmor config #485

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions roles/apache/templates/usr.sbin.apache2.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# {{ ansible_managed }}
# Last Modified: Thu Aug 22 14:42:18 2024
# Last Modified: Fri Oct 18 15:12:08 2024
#include <tunables/global>

# vim:syntax=apparmor
Expand Down Expand Up @@ -47,7 +47,7 @@
owner /run/apache2/apache2.pid rw,
owner /var/lib/davrods/__db.lockdb_locallock rw,
owner /var/lib/davrods/lockdb_locallock rw,
owner /var/www/extuser/** r,
owner /var/www/extuser/** rw,
owner /var/www/extuser/yoda-external-user-service/** m,
owner /var/www/moai/** mrw,
owner /var/www/moai/moai.db wk,
Expand Down