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

AppArmor: Fix for EUS error #522

Merged
merged 1 commit into from
Feb 11, 2025
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
12 changes: 5 additions & 7 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: Tue Nov 26 15:11:10 2024
# Last Modified: Thu Feb 6 11:50:00 2025
#include <tunables/global>

# vim:syntax=apparmor
Expand Down Expand Up @@ -53,17 +53,15 @@
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/** rw,
owner /var/www/extuser/yoda-external-user-service/** m,
owner /var/www/extuser/ r,
owner /var/www/extuser/** mrw,
owner /var/www/moai/** mrw,
owner /var/www/moai/moai.db wk,
owner /var/www/moai/yoda-moai/moai/__pycache__/* w,
owner /var/www/webmock/** m,
owner /var/www/webmock/** r,
owner /var/www/webmock/** mr,
owner /var/www/webmock/log/*.log w,
owner /var/www/yoda/ r,
owner /var/www/yoda/** m,
owner /var/www/yoda/** rw,
owner /var/www/yoda/** mrw,


^DEFAULT_URI {
Expand Down