diff --git a/_includes/header.html b/_includes/header.html index c0c9cc3..7665019 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,8 +7,7 @@
  • Contributing
  • FAQ
  • Images
  • -
  • userns
  • -
  • kargs
  • +
  • Articles
  • Donate
  • Code of Conduct
  • Security
  • diff --git a/content/articles/ARTICLES.md b/content/articles/ARTICLES.md new file mode 100644 index 0000000..aea4044 --- /dev/null +++ b/content/articles/ARTICLES.md @@ -0,0 +1,13 @@ +--- +title: "Articles | secureblue" +short_title: "articles" +description: "List of articles related to secureblue and hardened-chromium" +permalink: /articles +--- + +The main documentation for secureblue is at the top-level of the site, accessible through the header. + +Other articles on assorted topics related to secureblue: + +- [userns](/articles/userns) - Overview of are unprivileged user namespaces in Linux, why is the feature considered a security risk and how is it handled in secureblue. +- [kargs](/articles/kargs) - List and brief explanation of the hardening kargs that the `ujust set-kargs-hardening` command can set.