about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2023-09-21 16:28:51 +0200
committerMaciej Krüger <mkg20001@gmail.com>2023-09-22 15:14:15 +0200
commit59a8959287119552995eb3d4360b2c469a48d7db (patch)
tree1f207b077db37764ba003f4414934b74d20a274e /nixos
parent8e9b72be8276e3ea2e0933cd260359535523e43f (diff)
downloadnixlib-59a8959287119552995eb3d4360b2c469a48d7db.tar
nixlib-59a8959287119552995eb3d4360b2c469a48d7db.tar.gz
nixlib-59a8959287119552995eb3d4360b2c469a48d7db.tar.bz2
nixlib-59a8959287119552995eb3d4360b2c469a48d7db.tar.lz
nixlib-59a8959287119552995eb3d4360b2c469a48d7db.tar.xz
nixlib-59a8959287119552995eb3d4360b2c469a48d7db.tar.zst
nixlib-59a8959287119552995eb3d4360b2c469a48d7db.zip
release-notes: adjust to sudo-rs module
As it's now called sudo-rs and also remove breaking changes for sudo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index baf3b4d90220..f765cee2f1de 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -11,8 +11,9 @@
 - The `nixos-rebuild` command has been given a `list-generations` subcommand. See `man nixos-rebuild` for more details.
 
 - [`sudo-rs`], a reimplementation of `sudo` in Rust, is now supported.
-  Switching to it (via `security.sudo.package = pkgs.sudo-rs;`) introduces
-  slight changes in default behaviour, due to `sudo-rs`' current limitations:
+  An experimental new module `security.sudo-rs` was added.
+  Switching to it (via `security.sudo.enable = false; security.sudo-rs.enable = true;`) introduces
+  slight changes in sudo behaviour, due to `sudo-rs`' current limitations:
   - terminfo-related environment variables aren't preserved for `root` and `wheel`;
   - `root` and `wheel` are not given the ability to set (or preserve)
     arbitrary environment variables.