summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-12-15 16:50:53 +0100
committerYuval Adam <yuv.adm@gmail.com>2014-12-15 16:50:53 +0100
commitc1c980f4cd20f5e877ec474a65561166a31c2fec (patch)
tree01e2380a733fcf1cef1159f38f19d4ae6959048d
parent614942f5e682671b55d4827dbd78227cc3c54180 (diff)
Enable passwordless sudo for wheel users
-rwxr-xr-xliveusb/airootfs/root/customize_airootfs.sh2
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