web-proxy: include apparmor.local

- allow access to trust certificate
- some web proxy servers need additional AppArmor drop-ins, for example
for serving static content

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-02-12 16:21:23 +01:00
parent 0eca62f4ce
commit 33ea034b90
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57
2 changed files with 7 additions and 0 deletions

View File

@ -68,3 +68,9 @@ firewalld:
services:
- http
- https
profile:
apparmor:
local:
usr.sbin.nginx:
- '{{ trustcrt }} r,'

View File

@ -1,4 +1,5 @@
include:
- apparmor.local
- nginx.pkg
- nginx.config
- nginx.snippets