Skip to content

Instantly share code, notes, and snippets.

@lawrence79
Last active August 29, 2015 14:27
Show Gist options
  • Save lawrence79/a83154c14ba3745be8ab to your computer and use it in GitHub Desktop.
Save lawrence79/a83154c14ba3745be8ab to your computer and use it in GitHub Desktop.
# file /etc/sudoers.d/go
# preferably edit using visudo -f <file>
# allow the go user to run some commands using sudo. Need to specify full path to command.
Cmnd_Alias GO_SUDO_CMDS = /usr/sbin/vzctl, /bin/umount /mnt/vzdata/*/projectdata
# don't require a tty for running sudo
Defaults!GO_SUDO_CMDS !requiretty
# don't require password
go ALL=(ALL) NOPASSWD: GO_SUDO_CMDS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment