mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-24 16:30:04 -07:00
19 lines
591 B
Plaintext
19 lines
591 B
Plaintext
# Set rules here.
|
|
# Priority increases with linenumber.
|
|
# See doas.conf(5) for details.
|
|
|
|
|
|
# KEEP THIS AT THE BOTTOM.
|
|
|
|
# Allow wheel to run kiss with password required.
|
|
# permit keepenv setenv { HOME KISS_PATH KISS_FORCE } :wheel cmd kiss
|
|
# permit :wheel cmd git args fetch
|
|
# permit :wheel cmd git args diff
|
|
# permit :wheel cmd git args merge
|
|
|
|
# Allow wheel to run kiss without a password.
|
|
# permit nopass keepenv setenv { HOME KISS_PATH KISS_FORCE } :wheel cmd kiss
|
|
# permit nopass :wheel cmd git args fetch
|
|
# permit nopass :wheel cmd git args diff
|
|
# permit nopass :wheel cmd git args merge
|