[Bug 270912] dns/unbound: issues with ASLR
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 270912] dns/unbound issues with ASLR"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 May 2023 16:42:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270912 --- Comment #7 from R. Christian McDonald <rcm@rcm.sh> --- We should probably use the `USES= elfctl` facility to disable ASLR on unbound (and maybe all the unbound binaries) until this can be fixed upstream. Something like this should do +- USES= autoreconf cpe libtool pkgconfig ssl ++ USES= autoreconf cpe elfctl libtool pkgconfig ssl +CPE_VENDOR= nlnetlabs ++ ELF_FEATURES= +noaslr:${PORTNAME} -- You are receiving this mail because: You are the assignee for the bug.