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 9534267Copy full SHA for 9534267
src/config/users-and-groups.md
@@ -43,6 +43,23 @@ 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
49
+[doas(1)](https://man.voidlinux.org/doas.1) available in the repositories as
50
+`opendoas`.
51
52
+To enable basic superuser access, create `/etc/doas.conf` as root, add the line
53
54
+```
55
+permit :wheel
56
57
58
+and add users to the `wheel` group.
59
60
+For more advanced configuration options, refer to
61
+[doas.conf(5)](https://man.voidlinux.org/doas.conf.5).
62
63
## Default Groups
64
65
Void Linux defines a number of groups by default.
0 commit comments