Lines 1-21
Link Here
|
1 |
[ |
|
|
2 |
{ type: install |
3 |
message: <<EOM |
4 |
Any bug reports or request for new feature should be addressed at: |
5 |
https://github.com/GhostBSD/networkmgr/issues |
6 |
|
7 |
Make sure that the %%PREFIX%%/etc/doas.conf file has something similar to this: |
8 |
|
9 |
permit nopass keepenv root |
10 |
permit :wheel |
11 |
permit nopass keepenv :wheel cmd netcardmgr |
12 |
permit nopass keepenv :wheel cmd ifconfig |
13 |
permit nopass keepenv :wheel cmd service |
14 |
permit nopass keepenv :wheel cmd wpa_supplicant |
15 |
permit nopass keepenv :wheel cmd killall args wpa_supplicant |
16 |
|
17 |
When rebooting it should automatically start if the desktop supports xdg |
18 |
and make sure that the user using NetworkMgr is in the wheel group. |
19 |
EOM |
20 |
} |
21 |
] |