On Wed, Nov 07, 2018 at 07:23:35AM +0100, Otto Moerbeek wrote:
> Hi,
>
> We are moving away from the /etc/malloc.conf symbolic link to a new sysctl:
>
> $ sysctl vm.malloc_conf
> vm.malloc_conf=C
>
> This will allow unveiled and chrooted processes to access the malloc
> optio
Hi,
We are moving away from the /etc/malloc.conf symbolic link to a new sysctl:
$ sysctl vm.malloc_conf
vm.malloc_conf=C
This will allow unveiled and chrooted processes to access the malloc
options without having to do anything special in the code or chroot
dir.
As I ofte