From f5d059b1f5f7aae83a3dfc292367961152cce6c4 Mon Sep 17 00:00:00 2001 From: nicoo Date: Thu, 26 Oct 2023 01:18:05 +0000 Subject: [PATCH] nixos/sudo-rs: Clarify `security.sudo-rs.enable`'s description --- nixos/modules/security/sudo-rs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/security/sudo-rs.nix b/nixos/modules/security/sudo-rs.nix index 48fb56a046af..0c97b9e1d79a 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" { };