Skip to content

Instantly share code, notes, and snippets.

@shamun
Created October 26, 2011 09:02
Show Gist options
  • Save shamun/1315832 to your computer and use it in GitHub Desktop.
Save shamun/1315832 to your computer and use it in GitHub Desktop.
1. Java is trying to execute this: sudo convert /tmp/testing.tiff /tmp/testing.jpg
2.
root@myhost:~# cat /etc/sudoers
Defaults env_reset
root ALL=(ALL:ALL) NOPASSWD: ALL
user ALL=NOPASSWD: ALL
%admin ALL=(ALL) ALL
%sudo ALL=(ALL:ALL) ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment