diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2024-09-01 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2024-09-08 02:00:00 +0200 |
commit | 3578fc58d29e2a74fcabbf1f99986e0f7018278b (patch) | |
tree | 835a7265f6dd28497b01cb3a2fcea4446224de8c | |
parent | 7eddfea4a01e95a58a2c18f71bc4a345a1ad378f (diff) |
read-print: Indent ‘privileged-program’ specially.
* guix/read-print.scm (%special-forms): Replace SETUID-PROGRAM
with PRIVILEGED-PROGRAM.
Change-Id: I5f0301c87de1d3a375b9f0cae944e5b13b39d247
-rw-r--r-- | guix/read-print.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/read-print.scm b/guix/read-print.scm index 6421b79737..1f7902c546 100644 --- a/guix/read-print.scm +++ b/guix/read-print.scm @@ -350,7 +350,7 @@ expressions and blanks that were read." ('swap-space 1) ('user-account 1) ('user-group 1) - ('setuid-program 1) + ('privileged-program 1) ('modify-services 2) ;; (gnu home). |