diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-15 16:50:53 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-15 16:50:53 +0100 |
| commit | c1c980f4cd20f5e877ec474a65561166a31c2fec (patch) | |
| tree | 01e2380a733fcf1cef1159f38f19d4ae6959048d /liveusb | |
| parent | 614942f5e682671b55d4827dbd78227cc3c54180 (diff) | |
Enable passwordless sudo for wheel users
Diffstat (limited to 'liveusb')
| -rwxr-xr-x | liveusb/airootfs/root/customize_airootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liveusb/airootfs/root/customize_airootfs.sh b/liveusb/airootfs/root/customize_airootfs.sh index b22c747..a4bd382 100755 --- a/liveusb/airootfs/root/customize_airootfs.sh +++ b/liveusb/airootfs/root/customize_airootfs.sh @@ -13,4 +13,4 @@ sed -i 's/^# \(session=.*\)/\1/' /etc/lxdm/lxdm.conf # uncomment session conf systemctl enable lxdm # Uncomment wheel group in sudoers -sed -i 's/^# \(%wheel ALL=(ALL) ALL\)/\1/' /etc/sudoers +sed -i 's/^# \(%wheel ALL=(ALL) NOPASSWD: ALL\)/\1/' /etc/sudoers |
