Bug 446081

Summary: Do not rely on env to execute python
Product: Red Hat Enterprise Linux 4 Reporter: Bryan Mason <nobody+bjmason>
Component: sosAssignee: Adam Stokes <astokes>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.6CC: agk, azelinka, bmason, bmr, tao
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
* sysreport executed python indirectly, through env. On systems where an end-user had installed python from a source outside of Red Hat Enterprise Linux, this could lead to unreliable results. Sysreport now executes python directly and therefore is not susceptible to this instability.
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-18 20:23:54 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: 391511, 467444    
Attachments:
Description Flags
Proposed patch none

Description Bryan Mason 2008-05-12 16:58:51 UTC
+++ This bug was initially created as a clone of Bug #445510 +++

Description of problem:
Relying on env to execute python can cause unreliable results if the user were
to install python from another source (upstream perhaps).

Version-Release number of selected component (if applicable):
1.7.x

How reproducible:
100%

Steps to Reproduce:
1.install a separate python
2.
3.
  
Actual results:
[user@host ~]$ sudo sysreport
Traceback (most recent call last):
 File "/usr/sbin/sysreport", line 31, in ?
   import sos.policyredhat
ImportError: No module named sos.policyredhat
[user@host ~]$ which python
/tool/pandora64/bin/python

Expected results:
no import failure

Additional info:

Comment 1 Bryan Mason 2008-05-12 17:08:18 UTC
Created attachment 305148 [details]
Proposed patch

Replace "#!/usr/bin/env python" with #!/usr/bin/python

Comment 2 RHEL Program Management 2008-09-05 17:12:28 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 6 Ruediger Landmann 2009-01-29 06:19:51 UTC
Release note added. If any revisions are required, please set the 
"requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly.
All revisions will be proofread by the Engineering Content Services team.

New Contents:
* sysreport executed python indirectly, through env. On systems where an end-user had installed python from a source outside of Red Hat Enterprise Linux, this could lead to unreliable results. Sysreport now executes python directly and therefore is not susceptible to this instability.

Comment 10 errata-xmlrpc 2009-05-18 20:23:54 UTC
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 therefore 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/RHBA-2009-0994.html