From bb9b33ad6faf0c243e28d2b9935c5e341326ac1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophane=20Hufschmitt?= Date: Tue, 27 Feb 2024 07:00:50 +0100 Subject: [PATCH] Reword the experimental feature description. Co-Authored-By: Robert Hensing --- src/libutil/experimental-features.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libutil/experimental-features.cc b/src/libutil/experimental-features.cc index afa912f02..359b134d2 100644 --- a/src/libutil/experimental-features.cc +++ b/src/libutil/experimental-features.cc @@ -275,8 +275,8 @@ constexpr std::array xpFeatureDetails Make the garbage collector use an external daemon for the tracing. This makes it possible to run a multi-user Nix daemon as a non-root - user (only the tracing daemon needs to be root), reducing the attack - surface a lot. + user. Only the tracing daemon needs to be root. This reduces the attack + surface. This requires more infrastructure and isn't directly supported by the installer.