diff options
| author | 2022-01-31 18:22:17 +0000 | |
|---|---|---|
| committer | 2022-01-31 18:23:00 +0000 | |
| commit | 63aa0a11e050483ece19b88da3251bcff3bb032e (patch) | |
| tree | 98471c5bcd5bcb8c850435b8091177353596e50f /make | |
| parent | Include the upstream license files for vendored libraries. (diff) | |
Fix SSL modules not being able to access the system-wide SSL dirs.
Diffstat (limited to 'make')
| -rw-r--r-- | make/template/apparmor | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/template/apparmor b/make/template/apparmor index 15ecacd54..9bdf6915d 100644 --- a/make/template/apparmor +++ b/make/template/apparmor @@ -44,4 +44,8 @@ # Required by the mysql module: #include <abstractions/mysql> + + # Required by the ssl_gnutls, ssl_mbedtls, and ssl_openssl modules: + #include <abstractions/ssl_certs> + #include <abstractions/ssl_keys> } |
