Print this page
uts: Allow for address space randomisation.
Randomise the base addresses of shared objects, non-fixed mappings, the
stack and the heap.  Introduce a service, svc:/system/process-security,
and a tool psecflags(1) to control and observe it

*** 24,35 **** */ #ifndef _ELF_ELF_IMPL_H #define _ELF_ELF_IMPL_H - #pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif #if !defined(_LP64) || defined(_ELF32_COMPAT) --- 24,33 ----