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
|
@ -381,7 +381,8 @@ site} for more information."
|
||||||
(match-lambda
|
(match-lambda
|
||||||
(($ <polkit-configuration> polkit)
|
(($ <polkit-configuration> polkit)
|
||||||
(list #~(string-append #$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
|
(define polkit-service-type
|
||||||
(service-type (name 'polkit)
|
(service-type (name 'polkit)
|
||||||
|
|
Loading…
Reference in New Issue