From 2978430a5211354095b8a9dcc9ae9640997cd519 Mon Sep 17 00:00:00 2001 From: Iceber Gu Date: Sat, 13 Feb 2021 14:45:23 +0800 Subject: [PATCH] config-linux: fix personality link Signed-off-by: Iceber Gu --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index 9ea44a0e1..e7a5decad 100644 --- a/config-linux.md +++ b/config-linux.md @@ -747,7 +747,7 @@ The values MUST be absolute paths in the [container namespace](glossary.md#conta ## Personality **`personality`** (object, OPTIONAL) sets the Linux execution personality. For more information -see the [personality](personality.2) syscall documentation. As most of the options are +see the [personality][personality.2] syscall documentation. As most of the options are obsolete and rarely used, and some reduce security, the currently supported set is a small subset of the available options.