This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
baf5a2c73116781519cf03b5b9147eee8db69e8b052eaa81caf093107226b4fe v6.6.1.tar.gz
2
- 282258ae49d7959002c6c8a93958b3b4bf0c5f647fdeb67d605af27af1535632 doas.conf
2
+ 23914245bdd575bfda23c54e348c0cb6522dd412a6c0fa1f8ca2911ea3036d40 doas.conf
Original file line number Diff line number Diff line change 3
3
# See doas.conf(5) for details.
4
4
5
5
6
-
7
6
# KEEP THIS AT THE BOTTOM.
8
7
9
- # Select one of the following. The commented lines allow kiss to run
10
- # without requiring a password.
11
- permit keepenv setenv { HOME KISS_PATH KISS_FORCE } :wheel cmd kiss
12
- permit :wheel cmd git args pull
8
+ # Allow wheel to run kiss with password required.
9
+ # permit keepenv setenv { HOME KISS_PATH KISS_FORCE } :wheel cmd kiss
10
+ # permit :wheel cmd git args fetch
11
+ # permit :wheel cmd git args diff
12
+ # permit :wheel cmd git args merge
13
+
14
+ # Allow wheel to run kiss without a password.
13
15
# permit nopass keepenv setenv { HOME KISS_PATH KISS_FORCE } :wheel cmd kiss
14
- # permit nopass :wheel cmd git args pull
16
+ # permit nopass :wheel cmd git args fetch
17
+ # permit nopass :wheel cmd git args diff
18
+ # permit nopass :wheel cmd git args merge
Original file line number Diff line number Diff line change 1
- 6.6.1 1
1
+ 6.6.1 2
You can’t perform that action at this time.
0 commit comments