[Wolves] Firestarter

Stuart Langridge sil at kryogenix.org
Thu Sep 1 20:09:52 BST 2005


On 9/1/05, David Morley <davmor2 at gmail.com> wrote:
> None of the above seem to of worked.  Which of course means I have
> written the script wrong this is what I have put:
> #!/bin/bash
> sh /usr/sbin/firestarter

Use visudo to add the line
USER ALL=(ALL) NOPASSWD: /usr/sbin/firestarter
to /etc/sudoers.

Change your script so that it says
#!/bin/bash
sudo /usr/sbin/firestarter

That should do it.

Aq.



More information about the Wolves mailing list