mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
services: Add pkexec to setuid programs.
* gnu/services/desktop.scm (polkit-setuid-programs): Add pkexec to list of setuid programs.
This commit is contained in:
parent
25a21c7ff6
commit
eac26c3b09
1 changed files with 2 additions and 1 deletions
|
@ -381,7 +381,8 @@ (define polkit-setuid-programs
|
|||
(match-lambda
|
||||
(($ <polkit-configuration> polkit)
|
||||
(list #~(string-append #$polkit
|
||||
"/lib/polkit-1/polkit-agent-helper-1")))))
|
||||
"/lib/polkit-1/polkit-agent-helper-1")
|
||||
#~(string-append #$polkit "/bin/pkexec")))))
|
||||
|
||||
(define polkit-service-type
|
||||
(service-type (name 'polkit)
|
||||
|
|
Loading…
Reference in a new issue