Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config/network: add groups for ConnMan, IWD, and wpa_supplicant #717

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/config/network/connman.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Finally, enable the `connmand` service.

## Configuring ConnMan

Users of ConnMan must belong to the `network` group.
Copy link
Member

Choose a reason for hiding this comment

The 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,
Expand Down
4 changes: 2 additions & 2 deletions src/config/network/iwd.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ as arguments; when run without arguments, it provides an interactive session. To
list available commands, run `iwctl help`, or run `iwctl` and enter `help` at
the interactive prompt.

By default, only the root user and those in the `wheel` group have permission to
operate `iwctl`.
By default, only the root user and those in the `wheel` or `netdev` groups have
permission to operate `iwctl`.

## Configuration

Expand Down
4 changes: 4 additions & 0 deletions src/config/network/wpa_supplicant.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
configuration file to interact with `wpa_supplicant`. On Void, this defaults to
`wheel`.
configuration file to interact with `wpa_supplicant`. This defaults to `wheel`.


## WPA-PSK

To use WPA-PSK, generate a pre-shared key with
Expand Down