From 1134821af6e5451076dc901452c5784fb99c312a Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 8 Jul 2021 09:06:35 +0200 Subject: [PATCH] Add seccomp tutorial to index This adds the seccomp tutorial page to the index side by side to AppArmor. Signed-off-by: Sascha Grunert --- content/en/docs/tutorials/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/tutorials/_index.md b/content/en/docs/tutorials/_index.md index 3fc5a222c3..fdc62e11fb 100644 --- a/content/en/docs/tutorials/_index.md +++ b/content/en/docs/tutorials/_index.md @@ -51,6 +51,8 @@ Before walking through each tutorial, you may want to bookmark the * [AppArmor](/docs/tutorials/clusters/apparmor/) +* [seccomp](/docs/tutorials/clusters/seccomp/) + ## Services * [Using Source IP](/docs/tutorials/services/source-ip/)