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:
Ricardo Wurmus 2015-11-21 22:40:22 +01:00
parent 25a21c7ff6
commit eac26c3b09
1 changed files with 2 additions and 1 deletions

View File

@ -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)