rc: add workaround for rspamd clashing with 32 bit mmap disallow

PR: https://github.com/opnsense/plugins/issues/466
This commit is contained in:
Franco Fichtner 2018-01-12 08:10:03 +00:00
parent b44377b24a
commit 90d8ef6cf2

View File

@ -3,3 +3,5 @@ hw.usb.no_pf="1"
# see https://forum.opnsense.org/index.php?topic=6366.0
hint.ahci.0.msi="0"
hint.ahci.1.msi="0"
# see https://github.com/opnsense/plugins/issues/466
hardening.pax.disallow_map32bit.status="1"