fixed gnome sudo
This commit is contained in:
parent
dd792ad412
commit
c7563879af
3 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@ sys:!!::liveuser
|
|||
network:!!::liveuser
|
||||
power:!!::liveuser
|
||||
adm:!!::liveuser
|
||||
sudo:!!::liveuser
|
||||
wheel:!!::liveuser
|
||||
uucp:!!::liveuser
|
||||
optical:!!::liveuser
|
||||
|
|
|
@ -1 +1 @@
|
|||
%wheel ALL=(ALL) NOPASSWD: ALL
|
||||
%sudo ALL=(ALL) NOPASSWD: ALL
|
||||
|
|
1
iso/airootfs/etc/sudoers.d/wheel
Normal file
1
iso/airootfs/etc/sudoers.d/wheel
Normal file
|
@ -0,0 +1 @@
|
|||
%wheel ALL=(ALL) ALL
|
Loading…
Add table
Reference in a new issue