[PATCH] exitz syscall

Willy Tarreau w at 1wt.eu
Sat Nov 11 13:24:31 UTC 2023


Hello,

On Sat, Nov 11, 2023 at 01:51:26PM +0100, York Jasper Niebuhr wrote:
> Adds a system call to flag a process' resources to be cleared on
> exit (or, in the case of memory, on free). Currently, only zeroing
> memory is implemented.
(...)

IMHO it does not make sense to add a syscall for this, please have a
look at prctl(2) instead, which is already used for similar settings.

Regards,
Willy



More information about the Linux-security-module-archive mailing list