Wiki page arch_linux changed with summary [[doas] added enable sudo wheel] by Daniel

This commit is contained in:
ORG-wiki 2022-05-30 14:04:16 +12:00
parent 5de033d8f3
commit 96fd9eebc8

View file

@ -278,6 +278,15 @@ pacman -Rsn opendoas
pacman -S sudo
</code>
Enable ''wheel'' for your sudo user.
<code>
visudo
</code>
<code>
%wheel ALL=(ALL) ALL
</code>
or
<code>