All Questions
1 question
1
vote
2
answers
370
views
Permission granted in etc/sudoers only lasts for 10 minutes
I have a PHP script which contains a shell_execute() and the command it executes normally requires sudo. I've edited the sudoers with visudo to contain the following:
www-data ALL = NOPASSWD: /var/...