I am trying to figure this out, but have not found a proper answer to this yet:
Is it possible to add a user to /etc/sudoers only with the rights to use sudo -u for specific users?
|
I am trying to figure this out, but have not found a proper answer to this yet: Is it possible to add a user to
| |||
|
feedback
|
|
Yes you can specify the users in the sudoers file To let youruser ALL = (specificuser) ALL | |||
|
feedback
|
|
From the
I'm running sudo-1.7.4p5-4.fc15.x86_64 | |||
|
feedback
|
sudo -u jbloggs fooandsudo -u jdoe foobut notsudo -u jchin foo– Norky Jul 29 '11 at 9:57