blob: 69e9af53272f9e7e018ca67cb5b8e28df55a7219 (
plain)
1
2
3
4
5
6
|
@dir /lib/llharden
@brief lib/llharden: low-level unconditional process hardening
This module contains process hardening code that we want to run before any
other code, including configuration. It needs to be self-contained, since
nothing else will be initialized at this point.
|