From c1c980f4cd20f5e877ec474a65561166a31c2fec Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 15 Dec 2014 16:50:53 +0100 Subject: Enable passwordless sudo for wheel users --- liveusb/airootfs/root/customize_airootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liveusb') 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 -- cgit v1.3.1