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)
|
||||
(permit (identity ":wheel")
|
||||
(nopass? #t)
|
||||
(command cmd)
|
||||
(args '())))
|
||||
`("zzz" "halt" "reboot"))
|
||||
|
||||
|
@ -275,9 +276,9 @@
|
|||
(command "herd")
|
||||
(args (cons action service))))
|
||||
`(("tlp") ("tor") ("thermald")
|
||||
("thinkfan") ("wpa-supplicant")))
|
||||
`("doc" "stop" "start" "status"
|
||||
"restart" "enable" "disable"))))
|
||||
("thinkfan") ("wpa-supplicant"))
|
||||
`("doc" "stop" "start" "enable"
|
||||
"status" "restart" "disable"))))
|
||||
|
||||
#|Special file services|#
|
||||
(service special-files-service-type
|
||||
|
|
Loading…
Reference in New Issue