Bug 165078
Summary: | Broken POSIX in perl-5.8.0 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 3 | Reporter: | Jussi Torhonen <jt> |
Component: | perl | Assignee: | Jason Vas Dias <jvdias> |
Status: | CLOSED ERRATA | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.0 | CC: | poelstra, prockai |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | RHSA-2005-881 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-12-20 14:59:00 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 168424 |
Description
Jussi Torhonen
2005-08-04 06:10:31 UTC
This bug is now fixed in RHEL-3 with perl-5.8.0-90.2 . The PL_uid / PL_euid, and PL_gid / PL_egid variables were not being set to the new uid/gid after successful POSIX::setuid/setgid calls; perl restores the uid,euid/gid,egid to PL_uid,PL_euid/PL_gid,PL_egid after XS calls, as it also supports setting the uid/euid gid/egid with: ($<,$>,$(,$))=($newUid,$newEuid,$newGid,$newEgid); The above statement worked to set the real uid,euid/gid,egid before this change; only POSIX::set[ug]id failed because the PL_uid,PL_euid/PL_gid,PL_egid variables were not being set also by these calls. Where can I get one? I mean perl-5.8.0-90.2 for RHEL 3ES ? (In reply to comment #2) > Where can I get one? I mean perl-5.8.0-90.2 for RHEL 3ES ? perl-5.8.0-90.2 is being considered for the next RHEL-3 update release. Meanwhile, you can download it from: http://people.redhat.com/~jvdias/perl/RHEL-3 Please try out this version and let me know of any issues - thanks. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2005-881.html |