From d62ea22c2b8512fbf620234fa13963934d263a2b Mon Sep 17 00:00:00 2001 From: Andrew Voynov Date: Sat, 25 Jan 2025 10:30:16 +0300 Subject: [PATCH] docs: removed internal `security.wrapperDir` --- nixos/modules/security/wrappers/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nixos/modules/security/wrappers/default.nix b/nixos/modules/security/wrappers/default.nix index c885c25c2620..62a6608d533d 100644 --- a/nixos/modules/security/wrappers/default.nix +++ b/nixos/modules/security/wrappers/default.nix @@ -203,9 +203,8 @@ in description = '' This option effectively allows adding setuid/setgid bits, capabilities, changing file ownership and permissions of a program without directly - modifying it. This works by creating a wrapper program under the - {option}`security.wrapperDir` directory, which is then added to - the shell `PATH`. + modifying it. This works by creating a wrapper program in a directory + (not configurable), which is then added to the shell `PATH`. ''; };