mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
read-print: Indent ‘privileged-program’ specially.
* guix/read-print.scm (%special-forms): Replace SETUID-PROGRAM with PRIVILEGED-PROGRAM. Change-Id: I5f0301c87de1d3a375b9f0cae944e5b13b39d247
This commit is contained in:
parent
7eddfea4a0
commit
3578fc58d2
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ (define %special-forms
|
|||
('swap-space 1)
|
||||
('user-account 1)
|
||||
('user-group 1)
|
||||
('setuid-program 1)
|
||||
('privileged-program 1)
|
||||
('modify-services 2)
|
||||
|
||||
;; (gnu home).
|
||||
|
|
Loading…
Reference in a new issue