mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-25 00:30:06 -07:00
21 lines
719 B
Plaintext
21 lines
719 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.
|
|
# NOTE: The setenv { ... } is required for the package manager.
|
|
# 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.
|
|
# NOTE: The setenv { ... } is required for the package manager.
|
|
# 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
|