diff options
Diffstat (limited to 'src/lib/llharden/lib_llharden.md')
-rw-r--r-- | src/lib/llharden/lib_llharden.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/llharden/lib_llharden.md b/src/lib/llharden/lib_llharden.md new file mode 100644 index 0000000000..69e9af5327 --- /dev/null +++ b/src/lib/llharden/lib_llharden.md @@ -0,0 +1,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. |