File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
83ca7e6d75b834f0a03604a4e5dd3879534de5ab8e75b36bbe169b53666f8ec8 v6.6.tar.gz
2
- 64de7776acc747c590f21b542e068504fdbc88def4d652577c6ecd7d07451e57 doas.conf
2
+ 7ebf857644207debd1a626dcdbf5cd057e0121bca649dac07b4ff86c4790fdf0 doas.conf
Original file line number Diff line number Diff line change 1
- ### Select one of the following. Deleting these may cause package installation
2
- ### and removal to function unexpectedly
1
+ # Set rules here.
2
+ # Priority increases with linenumber.
3
+ # See doas.conf(5) for details.
3
4
4
- permit keepenv setenv { KISS_FORCE } :wheel cmd kiss
5
- #permit nopass keepenv setenv { KISS_FORCE } :wheel cmd kiss
5
+
6
+
7
+ # KEEP THIS AT THE BOTTOM
8
+
9
+ # Select one of the following. `keepenv` does not preserve HOME, which is
10
+ # necessary for kiss to find packages built by non-root
11
+ permit keepenv setenv { HOME } :wheel cmd kiss
12
+ #permit nopass keepenv setenv { HOME } :wheel cmd kiss
You can’t perform that action at this time.
0 commit comments