On Thu, 24 Aug 2006 17:48:26 +0200
Patrick Useldinger <[EMAIL PROTECTED]> wrote:
> Tiago Simões Batista wrote:
> > The sysadmin already set the setuid bit on the script, but it
> > still fails when it tries to write to any file that only root has
> > write access to.
>
> use sudo.
> --
> http://
Tiago Simões Batista wrote:
> The sysadmin already set the setuid bit on the script, but it
> still fails when it tries to write to any file that only root has
> write access to.
use sudo.
--
http://mail.python.org/mailman/listinfo/python-list
"Tiago Simões Batista" <[EMAIL PROTECTED]> writes:
>
> Any sugestions?
>
http://www.faqs.org/faqs/unix-faq/faq/part4/section-7.html
--
http://mail.python.org/mailman/listinfo/python-list
Hello all
I have a situation that requires that a python script, that is
run from a webpage (via php exec()) must be run with root privileges.
The sysadmin already set the setuid bit on the script, but it
still fails when it tries to write to any file that only root has
write access to.
I read s