Skip to content

Commit 2808718

Browse files
committed
config/network: add groups for network managers
1 parent 1ab394a commit 2808718

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

src/config/network/connman.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Finally, enable the `connmand` service.
1515

1616
## Configuring ConnMan
1717

18+
Users of ConnMan must belong to the `network` group.
19+
1820
### ConnMan CLI
1921

2022
The `connman` package includes a command line tool,

src/config/network/iwd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ as arguments; when run without arguments, it provides an interactive session. To
1515
list available commands, run `iwctl help`, or run `iwctl` and enter `help` at
1616
the interactive prompt.
1717

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

2121
## Configuration
2222

src/config/network/wpa_supplicant.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ pre-shared keys for use in configuration files.
1717
[wpa_cli(8)](https://man.voidlinux.org/wpa_cli.8) provides a CLI for managing
1818
the `wpa_supplicant` daemon.
1919

20+
You must be a member of the group assigned as the `ctrl_interface_group` in the
21+
configuration file to interact with `wpa_supplicant`. On Void, this defaults to
22+
`wheel`.
23+
2024
## WPA-PSK
2125

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

0 commit comments

Comments
 (0)