Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # do_fix_perms
- chown root:root /etc/sudoers
- sed -i -e 's|# %wheel ALL=(ALL) ALL|%wheel ALL=(ALL) ALL|g' /etc/sudoers
- chmod 440 /etc/sudoers
- chmod 440 /etc/bin/setup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement