El Fri, 22 Apr 2016 10:28:04 +0000, Rubén Llorente escribió:

> 
> SUID and SGID are tricky matters. Common security advice is not to have
> SUID or SGID scripts because sometimes you can cause a race condition
> and run arbitrary scripts with the privileges of the owner of the
> script. Which is really bad.
> 
> I am not use it happens with the Perl interpreter, but it is worth
> looking into it.
> 
> The solution is said to be to use a wrapper program that is not an
> interpreted script.

Follow up: More information here.

http://perldoc.perl.org/perlsec.html#Security-Bugs


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to