Re: C set-user-ID program wrapper for Perl script and security



On 30 Aug 2008 at 18:43, Peter Michaux wrote:
I have a Perl script that I want to run as a set-user-ID program.
[snip]
Is it futile to attempt to solve my problem with a C wrapper program
around a Perl script?

Not at all. There's a discussion in the page got from
perldoc perlsec
and you might be able to find a wrapsuid script in your distribution
that generates a C wrapper automatically.

.