Skip to content

Commit

Permalink
fixed gnome sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab committed Jun 30, 2024
1 parent dd792ad commit c756387
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions iso/airootfs/etc/gshadow
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sys:!!::liveuser
network:!!::liveuser
power:!!::liveuser
adm:!!::liveuser
sudo:!!::liveuser
wheel:!!::liveuser
uucp:!!::liveuser
optical:!!::liveuser
Expand Down
2 changes: 1 addition & 1 deletion iso/airootfs/etc/sudoers.d/g_wheel
Original file line number Diff line number Diff line change
@@ -1 +1 @@
%wheel ALL=(ALL) NOPASSWD: ALL
%sudo ALL=(ALL) NOPASSWD: ALL
1 change: 1 addition & 0 deletions iso/airootfs/etc/sudoers.d/wheel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
%wheel ALL=(ALL) ALL

0 comments on commit c756387

Please sign in to comment.