chore: concede permission to all users in the wheel group to run zzz without a password
parent
d6195f951a
commit
241442d7b3
|
@ -1,6 +1,7 @@
|
||||||
permit setenv { GUILE_LOAD_PATH } :wheel
|
permit setenv { GUILE_LOAD_PATH } :wheel
|
||||||
permit keepenv :wheel cmd kak
|
permit keepenv :wheel cmd kak
|
||||||
permit keepenv :wheel cmd emacsclient
|
permit keepenv :wheel cmd emacsclient
|
||||||
|
permit nopass :wheel cmd zzz args
|
||||||
permit nopass :wheel cmd halt args
|
permit nopass :wheel cmd halt args
|
||||||
permit nopass :wheel cmd reboot args
|
permit nopass :wheel cmd reboot args
|
||||||
permit nopass :wheel cmd guix args pull
|
permit nopass :wheel cmd guix args pull
|
||||||
|
|
Loading…
Reference in New Issue