Date: Mon, 15 May 2023 16:42:04 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 270912] dns/unbound: issues with ASLR Message-ID: <bug-270912-7501-RXcLCmbIKb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270912-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-270912-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270912 --- Comment #7 from R. Christian McDonald <rcm@rcm.sh> --- We should probably use the `USES=3D elfctl` facility to disable ASLR on unb= ound (and maybe all the unbound binaries) until this can be fixed upstream. Something like this should do +- USES=3D autoreconf cpe libtool pkgconfig ssl ++ USES=3D autoreconf cpe elfctl libtool pkgconfig ssl +CPE_VENDOR=3D nlnetlabs ++ ELF_FEATURES=3D +noaslr:${PORTNAME} --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270912-7501-RXcLCmbIKb>