aboutsummaryrefslogtreecommitdiff
path: root/make/template/apparmor
diff options
context:
space:
mode:
Diffstat (limited to 'make/template/apparmor')
-rw-r--r--make/template/apparmor4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/template/apparmor b/make/template/apparmor
index 7b329fc81..2f15d3d33 100644
--- a/make/template/apparmor
+++ b/make/template/apparmor
@@ -40,6 +40,10 @@ profile inspircd @BINARY_DIR@/inspircd {
@LOG_DIR@/** w,
@RUNTIME_DIR@/** rw,
+ # Required by the cloak_sha256 module:
+ /usr/share/publicsuffix/public_suffix_list.dafsa r,
+ /usr/share/publicsuffix/public_suffix_list.dat r,
+
# Required by the ldap module:
include <abstractions/ldapclient>