It's that simple to allow one of your Linux users to run a single command as UID 0:
sudo visudo
- Add the line below to allow user 'deploy' to run
/usr/bin/bundle
with root privileges
deploy ALL=NOPASSWD: /usr/bin/bundle
Posted by Thomas Eisenbarth to makandra dev (2011-01-25 18:04)