We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7496c commit f3e6363Copy full SHA for f3e6363
src/config/users-and-groups.md
@@ -43,6 +43,20 @@ To create a superuser, uncomment the line
43
44
and add users to the `wheel` group.
45
46
+## OpenDoas
47
+
48
+As an alternative to sudo, Void also has [doas(1)](https://man.voidlinux.org/doas.1) available in the repositories as `opendoas`.
49
50
+To enable basic superuser access, create `/etc/doas.conf` as root, add the line
51
52
+```
53
+permit :wheel
54
55
56
+and add users to the `wheel` group.
57
58
+For more advanced configuration options, refer to [doas.conf(5)](https://man.voidlinux.org/doas.conf.5).
59
60
## Default Groups
61
62
Void Linux defines a number of groups by default.
0 commit comments