fixed gnome sudo

This commit is contained in:
Sohrab Behdani 2024-06-30 19:30:03 +00:00
parent dd792ad412
commit c7563879af
3 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@ sys:!!::liveuser
network:!!::liveuser
power:!!::liveuser
adm:!!::liveuser
sudo:!!::liveuser
wheel:!!::liveuser
uucp:!!::liveuser
optical:!!::liveuser

View file

@ -1 +1 @@
%wheel ALL=(ALL) NOPASSWD: ALL
%sudo ALL=(ALL) NOPASSWD: ALL

View file

@ -0,0 +1 @@
%wheel ALL=(ALL) ALL