mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
nixos/sudo-rs: Clarify security.sudo-rs.enable
's description
This commit is contained in:
parent
46aaa5be70
commit
f5d059b1f5
|
@ -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" { };
|
||||
|
|
Loading…
Reference in a new issue