aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-François Roche <jfroche@pyxel.be>2023-06-27 12:01:08 +0200
committerJean-François Roche <jfroche@pyxel.be>2023-06-27 18:31:31 +0200
commit80c9259756811c1165167db1bb66c1fef0accb65 (patch)
treecf05cfc40b5f61854ebd8fdb87d9154cee576b3c /doc
parent8e770dac9f68162cfbb368e53f928df491babff3 (diff)
Allow to sign path as unprivileged user
User can now sign path as unprivileged/allowed user refs #1708
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/rl-next.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index bde9057c6..8479b166a 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -1,3 +1,6 @@
# Release X.Y (202?-??-??)
- [`nix-channel`](../command-ref/nix-channel.md) now supports a `--list-generations` subcommand
+
+- Nix now allows unprivileged/[`allowed-users`](../command-ref/conf-file.md#conf-allowed-users) to sign paths.
+ Previously, only [`trusted-users`](../command-ref/conf-file.md#conf-trusted-users) users could sign paths.