Bug 649256
Summary: | glibc: disable $ORIGIN expansion for privileged programs | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Tomas Hoger <thoger> |
Component: | glibc | Assignee: | Andreas Schwab <schwab> |
Status: | CLOSED WONTFIX | QA Contact: | qe-baseos-tools-bugs |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.8 | CC: | fweimer, pmuller, syeghiay |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-01-19 10:26:37 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: | 667974 |
Description
Tomas Hoger
2010-11-03 11:13:57 UTC
(In reply to comment #0) > See reproducer in bug #643306, comment #23. Updated test case in bug #643306, comment #39. "Don't ignore $ORIGIN in libraries" fix does not help either, see test case in bug #667974. -> ASSIGNED The aim of this bug is to provide extra safety for privileged programs that happen to have $ORIGIN in RPATH. If we consider such binaries to be inherently broken (as bug #667974, comment #8 suggests), we should revert the patch that was applied and close this wontfix. The patch does not make it harder to abuse such privileged programs, but rather remove certain constraints. Do you agree that such change is undesired? Patch reverted: http://cvs.devel.redhat.com/cgi-bin/cvsweb.cgi/rpms/glibc/RHEL-4/glibc.spec.diff?r1=1.183;r2=1.184;f=h Thank you! |