From 90d8ef6cf2fa3a7fd6a2e80982854a119549159a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 12 Jan 2018 08:10:03 +0000 Subject: [PATCH] rc: add workaround for rspamd clashing with 32 bit mmap disallow PR: https://github.com/opnsense/plugins/issues/466 --- src/etc/rc.loader.d/20-misc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/etc/rc.loader.d/20-misc b/src/etc/rc.loader.d/20-misc index 9570e2ac1..c0441ddce 100644 --- a/src/etc/rc.loader.d/20-misc +++ b/src/etc/rc.loader.d/20-misc @@ -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"