aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-07-11 13:05:53 +0100
committerGravatar Sadie Powell2025-07-11 13:05:53 +0100
commitc68c01d2fe5420bc337de74e56fac443b11adea3 (patch)
tree46200615082f82ef12762e624d8e8f610ce9a4e8
parentFix an inverted condition in rline. (diff)
Add the location of the PSL database to the AppArmor profile.
-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>