Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
cinerea0 wants to merge1 commit intovoid-linux:master
base:master
Choose a base branch
Loading
fromcinerea0:group
Open
Show file tree
Hide file tree
Changes fromall 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 deletionssrc/config/network/connman.md
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionssrc/config/network/iwd.md
View file
Open in desktop
Original file line numberDiff line numberDiff 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 tooperate `iwctl`.

## Configuration

Expand Down
4 changes: 4 additions & 0 deletionssrc/config/network/wpa_supplicant.md
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp