search for: perlsec

Displaying 3 results from an estimated 3 matches for "perlsec".

Did you mean: perldoc
2019 Apr 19
1
selftest: Perl error "Insecure $ENV{ENV} while running setgid at /home/user/src/samba-git/samba/source3/script/tests/printing/modprinter.pl line 138."
...in'; # untaint PATH system("cp", "$tmp", "$smb_conf_file"); <== FAILING HERE unlink $tmp; ============================== the solution is, in addition to untainting $PATH: ============================== # the following is according to: # https://perldoc.perl.org/perlsec.html#Cleaning-Up-Your-Path delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; # Make %ENV safer # delete @ENV{'BASH_ENV'}; $ENV{'PATH'} = '/bin:/usr/bin'; # untaint PATH system("cp", "$tmp", "$smb_conf_file"); <...
2000 Jul 27
1
rh62 suid files
Hi, I believe having less root setuid binaries on system is The Way ... so: Why does RH6.2 ships with /sbin/dump & /sbin/restore root setuid? These are for sysadmins, not for regular users I hope. Is /sbin/unix_chkpwd really used and what is it used for? I haven't find anything about it in pam documentation. Is it really necessary to ship /usr/bin/gpasswd and /usr/bin/newgrp? Does
2010 Jun 12
1
CentOS 5 Update error
.../share/man/man1/perlretut.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlrun.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlsec.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlsolaris.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlstyle.1.gz from i...