Skip to content

Instantly share code, notes, and snippets.

@samgranieri
Created January 17, 2011 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samgranieri/783071 to your computer and use it in GitHub Desktop.
Save samgranieri/783071 to your computer and use it in GitHub Desktop.
sam@ubuntu:~$ sudo cat /etc/sudoers
#
# /etc/sudoers
#
# Generated by Chef for ubuntu.local
#
Defaults !lecture,tty_tickets,!fqdn
# User privilege specification
root ALL=(ALL) ALL
samgranieri ALL=(ALL) ALL
deploy ALL=(ALL) ALL
# Members of the sysadmin group may gain root privileges
%sysadmin ALL=(ALL) ALL
%admin ALL=(ALL) ALL
# Members of the group 'admin' may gain root privileges
%admin ALL=(ALL) ALL
# Members of the group 'wheel' may gain root privileges
%wheel ALL=(ALL) ALL
# Members of the group 'sysadmin' may gain root privileges
%sysadmin ALL=(ALL) ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment