- Notifications
You must be signed in to change notification settings - Fork202
config/network: add groups for ConnMan, IWD, and wpa_supplicant#717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -15,6 +15,8 @@ Finally, enable the `connmand` service. | ||
| ## Configuring ConnMan | ||
| Users of ConnMan must belong to the `network` group. | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. can also use polkit, but i'm not sure if it works without the network group | ||
| ### ConnMan CLI | ||
| The `connman` package includes a command line tool, | ||
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -17,6 +17,10 @@ pre-shared keys for use in configuration files. | ||||||||
| [wpa_cli(8)](https://man.voidlinux.org/wpa_cli.8) provides a CLI for managing | ||||||||
| the `wpa_supplicant` daemon. | ||||||||
| You must be a member of the group assigned as the `ctrl_interface_group` in the | ||||||||
| configuration file to interact with `wpa_supplicant`. On Void, this defaults to | ||||||||
| `wheel`. | ||||||||
Comment on lines +21 to +22 Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
| ||||||||
| ## WPA-PSK | ||||||||
| To use WPA-PSK, generate a pre-shared key with | ||||||||