Last active
March 29, 2017 14:34
-
-
Save drrk/000651f945c53310cbf14d08a3445d9b to your computer and use it in GitHub Desktop.
Fix Sudo Hack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
delete_lines 'remove requiretty from sudoers' do | |
path '/etc/sudoers' | |
pattern '^.*requiretty' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment