2020-01-30 06:49:33 -07:00
|
|
|
# Set rules here.
|
|
|
|
# Priority increases with linenumber.
|
|
|
|
# See doas.conf(5) for details.
|
|
|
|
|
|
|
|
|
|
|
|
# KEEP THIS AT THE BOTTOM.
|
|
|
|
|
2020-02-09 05:37:04 -07:00
|
|
|
# Allow wheel to run kiss with password required.
|
2020-02-24 08:34:34 -07:00
|
|
|
# NOTE: The setenv { ... } is required for the package manager.
|
2020-02-09 05:37:04 -07:00
|
|
|
# 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.
|
2020-02-24 08:34:34 -07:00
|
|
|
# NOTE: The setenv { ... } is required for the package manager.
|
2020-01-30 06:49:33 -07:00
|
|
|
# permit nopass keepenv setenv { HOME KISS_PATH KISS_FORCE } :wheel cmd kiss
|
2020-02-09 05:37:04 -07:00
|
|
|
# permit nopass :wheel cmd git args fetch
|
|
|
|
# permit nopass :wheel cmd git args diff
|
|
|
|
# permit nopass :wheel cmd git args merge
|