fix: add missing command entry for power-management permission configuration in doas-service
parent
7654ce25ed
commit
6996aa68d0
7
buer.scm
7
buer.scm
|
@ -265,6 +265,7 @@
|
||||||
(map (lambda (cmd)
|
(map (lambda (cmd)
|
||||||
(permit (identity ":wheel")
|
(permit (identity ":wheel")
|
||||||
(nopass? #t)
|
(nopass? #t)
|
||||||
|
(command cmd)
|
||||||
(args '())))
|
(args '())))
|
||||||
`("zzz" "halt" "reboot"))
|
`("zzz" "halt" "reboot"))
|
||||||
|
|
||||||
|
@ -275,9 +276,9 @@
|
||||||
(command "herd")
|
(command "herd")
|
||||||
(args (cons action service))))
|
(args (cons action service))))
|
||||||
`(("tlp") ("tor") ("thermald")
|
`(("tlp") ("tor") ("thermald")
|
||||||
("thinkfan") ("wpa-supplicant")))
|
("thinkfan") ("wpa-supplicant"))
|
||||||
`("doc" "stop" "start" "status"
|
`("doc" "stop" "start" "enable"
|
||||||
"restart" "enable" "disable"))))
|
"status" "restart" "disable"))))
|
||||||
|
|
||||||
#|Special file services|#
|
#|Special file services|#
|
||||||
(service special-files-service-type
|
(service special-files-service-type
|
||||||
|
|
Loading…
Reference in New Issue