Forked from pbredenberg/sudoers file for ubuntu vagrant boxes
Created
November 2, 2016 08:46
-
-
Save tboztuna/9eae08bb6047304e52d07e2b2eb28d0d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# | |
# Sample /etc/sudoers file. | |
# | |
# This file MUST be edited with the 'visudo' command as root. | |
# | |
# See the sudoers man page for the details on how to write a sudoers file. | |
## | |
# Override built-in defaults | |
## | |
Defaults syslog=auth | |
Defaults>root !set_logname | |
## | |
# User alias specification | |
## | |
User_Alias PASSWORDLESS = vagrant | |
# root and users in group wheel can run anything on any machine as any user | |
root ALL = (ALL) ALL | |
%wheel ALL = (ALL) ALL | |
# full time sysadmins can run anything on any machine without a password | |
PASSWORDLESS ALL = NOPASSWD: ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment