mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
opendoas: added new doas.conf for latest kiss
This commit is contained in:
parent
cfbe193152
commit
1a9ada8112
@ -1,2 +1,2 @@
|
||||
baf5a2c73116781519cf03b5b9147eee8db69e8b052eaa81caf093107226b4fe v6.6.1.tar.gz
|
||||
282258ae49d7959002c6c8a93958b3b4bf0c5f647fdeb67d605af27af1535632 doas.conf
|
||||
23914245bdd575bfda23c54e348c0cb6522dd412a6c0fa1f8ca2911ea3036d40 doas.conf
|
||||
|
@ -3,12 +3,16 @@
|
||||
# See doas.conf(5) for details.
|
||||
|
||||
|
||||
|
||||
# KEEP THIS AT THE BOTTOM.
|
||||
|
||||
# Select one of the following. The commented lines allow kiss to run
|
||||
# without requiring a password.
|
||||
permit keepenv setenv { HOME KISS_PATH KISS_FORCE } :wheel cmd kiss
|
||||
permit :wheel cmd git args pull
|
||||
# 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 pull
|
||||
# permit nopass :wheel cmd git args fetch
|
||||
# permit nopass :wheel cmd git args diff
|
||||
# permit nopass :wheel cmd git args merge
|
||||
|
@ -1 +1 @@
|
||||
6.6.1 1
|
||||
6.6.1 2
|
||||
|
Loading…
Reference in New Issue
Block a user