diff --git a/iso/airootfs/etc/gshadow b/iso/airootfs/etc/gshadow index 8bf2275..2106a54 100644 --- a/iso/airootfs/etc/gshadow +++ b/iso/airootfs/etc/gshadow @@ -3,6 +3,7 @@ sys:!!::liveuser network:!!::liveuser power:!!::liveuser adm:!!::liveuser +sudo:!!::liveuser wheel:!!::liveuser uucp:!!::liveuser optical:!!::liveuser diff --git a/iso/airootfs/etc/sudoers.d/g_wheel b/iso/airootfs/etc/sudoers.d/g_wheel index 7c499c2..b835421 100644 --- a/iso/airootfs/etc/sudoers.d/g_wheel +++ b/iso/airootfs/etc/sudoers.d/g_wheel @@ -1 +1 @@ -%wheel ALL=(ALL) NOPASSWD: ALL +%sudo ALL=(ALL) NOPASSWD: ALL diff --git a/iso/airootfs/etc/sudoers.d/wheel b/iso/airootfs/etc/sudoers.d/wheel new file mode 100644 index 0000000..eed2346 --- /dev/null +++ b/iso/airootfs/etc/sudoers.d/wheel @@ -0,0 +1 @@ +%wheel ALL=(ALL) ALL