From 21d9db9091e02ca7aa377f3e2e646bd608b7fca7 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 13 Jul 2020 18:27:35 +0300 Subject: [PATCH] Add another link about user namespaces to Q&A --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5cc464..12c3cd0 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,8 @@ The rationale: - A twitter thread about `CONFIG_USER_NS` and security: https://twitter.com/robertswiecki/status/1095447678949953541 + - A good overview of the trade-off between having user namespaces enabled, disabled and available only for root: https://github.com/NixOS/nixpkgs/pull/84522#issuecomment-614640601 +
__Q:__ Why `CONFIG_GCC_PLUGINS` is automatically disabled during the kernel compilation? -- 2.31.1