about summary refs log tree commit diff
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-10-26 01:18:05 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-26 18:58:01 +0000
commit9f4b1c3050bf1d6101d7d2dac3c1a5eb3f4d8642 (patch)
treed2c56a1ffea76f8959781788bcc9b491a39d6008
parent729c89d242c7bcb3ca39359a85eba2851052e4c1 (diff)
nixos/sudo-rs: Clarify `security.sudo-rs.enable`'s description
(cherry picked from commit f5d059b1f5f7aae83a3dfc292367961152cce6c4)
-rw-r--r--nixos/modules/security/sudo-rs.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/security/sudo-rs.nix b/nixos/modules/security/sudo-rs.nix
index 48fb56a046af8..0c97b9e1d79ac 100644
--- a/nixos/modules/security/sudo-rs.nix
+++ b/nixos/modules/security/sudo-rs.nix
@@ -42,7 +42,8 @@ in
     };
 
     enable = mkEnableOption (mdDoc ''
-      the {command}`sudo` command, which allows non-root users to execute commands as root.
+      a memory-safe implementation of the {command}`sudo` command,
+      which allows non-root users to execute commands as root.
     '');
 
     package = mkPackageOption pkgs "sudo-rs" { };