diff options
| author | 2025-07-11 13:05:53 +0100 | |
|---|---|---|
| committer | 2025-07-11 13:05:53 +0100 | |
| commit | c68c01d2fe5420bc337de74e56fac443b11adea3 (patch) | |
| tree | 46200615082f82ef12762e624d8e8f610ce9a4e8 /make/template/apparmor | |
| parent | Fix an inverted condition in rline. (diff) | |
Add the location of the PSL database to the AppArmor profile.
Diffstat (limited to 'make/template/apparmor')
| -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 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> |
