Re: Calling `update_prebinding' programmatically
Re: Calling `update_prebinding' programmatically
- Subject: Re: Calling `update_prebinding' programmatically
- From: Sherm Pendley <email@hidden>
- Date: Tue, 25 Apr 2006 15:45:53 -0400
On Apr 25, 2006, at 3:39 PM, Damien Sorresso wrote:
In my program, I want to call `update_prebinding' programmatically
and possibly track it's progress. But whenever the program gets to
this call, I get the following message from Perl.
"Insecure dependency in system while running setuid at /usr/bin/
update_prebinding line 55."
Now as I understand it, Perl is having issues with the command in
the script which executes `update_prebinding_core', the binary
which actually does the work. But shouldn't it only be acting this
way in Taint mode? The Taint flag isn't present in the
`update_prebinding' script.
Is there any way to execute this script? The process calling it is
a SetUID tool, so proper permissions are in place.
Running SUID triggers Taint mode automatically in Perl, even without
the -T.
But it may not matter, because prebinding has been deprecated as of
Tiger. Have a look at:
<http://developer.apple.com/releasenotes/DeveloperTools/dyld.html>
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden