fix: add all sudo groups
This commit is contained in:
parent
4035af56c8
commit
d23ec4c9ba
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
root ALL=(ALL:ALL) ALL
|
||||
%wheel ALL=(ALL:ALL) ALL
|
||||
%docker ALL=(ALL:ALL) ALL
|
||||
%sudo ALL=(ALL:ALL) ALL
|
||||
%root ALL=(ALL:ALL) NOPASSWD: ALL
|
||||
@includedir /etc/sudoers.d
|
||||
|
|
Loading…
Reference in a new issue