python stripping LD_LIBRARY_PATH?

Martin von Loewis loewis at informatik.hu-berlin.de
Wed Feb 27 11:38:24 EST 2002


Jeff Shipman <shippy at nmt.edu> writes:

> What can be done about this? Is there a place in
> the python internals I can add the necessary information
> to allow me to start up? I really must run this wrapper
> suid to another user and it really must connect
> to Oracle.

Call setuid before calling exec in the wrapper.

Regards,
Martin



More information about the Python-list mailing list