aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-installer/anaconda/files/81-edit-sudoers.ks
blob: b1a7980dd1f278a92f9c56e27cd1d998aa140ff5 (plain)
1
2
3
%post
echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
%end