NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
PERL5LIB (Score:2)
Re:PERL5LIB (Score:2)
As far as doing this for "security reasons", meh. Giving a user sudo access is just asking for a security elevation attack. Making it a little harder by restricting environment vars isn't buying all that much.
-sam
Re:PERL5LIB (Score:2)
Re:PERL5LIB (Score:2)
-sam
Debian Security Upgrade (Score:2)
-Dom
Now I understand (Score:1)
sudo perl -MCPAN -e shellwould end up with root owned files in my normal user home directory. And it also accounts for gpg problems with Module::Signature (~/.gpg/ owned by someone else). Basically after sudo everything still thinks $HOME is the normal user's directory not ~root/.Re:Now I understand (Score:2)