Recent content by nooneknows2mao

  1. N

    Do I need to specify the user:group in sudoers to impersonate other users

    Solved: To impersonate any other user, I would have to specify the allowed commands: e.g dummy ALL=(ALL:ALL) /usr/bin/whoami This way, the dummy user would be able to execute that command for any other user.
  2. N

    Linux is great. Time for me to give back to the community if I can

    I am interested in learning how to ;)
  3. N

    Do I need to specify the user:group in sudoers to impersonate other users

    I was trying to limit the command a specific user can execute in the sudoers file, say I have something like this: dummy myserver=(ALL:ALL) /usr/sbin/reboot,/usr/sbin/shutdown My dummy user is only allowed to reboot or shut down the system. I intentionally allow the dummy user to impersonate...
Top