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:
parent
0eca62f4ce
commit
33ea034b90
@ -68,3 +68,9 @@ firewalld:
|
|||||||
services:
|
services:
|
||||||
- http
|
- http
|
||||||
- https
|
- https
|
||||||
|
|
||||||
|
profile:
|
||||||
|
apparmor:
|
||||||
|
local:
|
||||||
|
usr.sbin.nginx:
|
||||||
|
- '{{ trustcrt }} r,'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
include:
|
include:
|
||||||
|
- apparmor.local
|
||||||
- nginx.pkg
|
- nginx.pkg
|
||||||
- nginx.config
|
- nginx.config
|
||||||
- nginx.snippets
|
- nginx.snippets
|
||||||
|
Loading…
Reference in New Issue
Block a user