Bug 196125
Summary: | maps in proc pid directory can't be read by other process | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | IBM Bug Proxy <bugproxy> |
Component: | kernel | Assignee: | Dave Jones <davej> |
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | pfrields, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | powerpc | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-07-26 03:25:32 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: |
Description
IBM Bug Proxy
2006-06-21 09:45:18 UTC
This got fixed later. 2181 is nearly 300 revisions ago.. changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |CLOSED ------- Additional Comments From shenlinf.com 2006-08-09 03:05 EDT ------- I downloaded kernel-2.6.17-1.2530.fc6 from ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/ppc64/os/Fedora/RPMS/, applied and tested it. It worked fine. The condition is a bit different with 2.6.16-1.2290 but it also makes the right decision. ------------- if (task->mm != current->mm && tracehook_allow_access_process_vm(task)) goto out; task_unlock(task); return mm; ------------- Closing this defect. Thanks for debugging. |