Bug 142655 - fix scriptlets so they check for a mounted /proc
Summary: fix scriptlets so they check for a mounted /proc
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: iptables
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-12-11 19:55 UTC by Sunny Dubey
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-03-18 16:26:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sunny Dubey 2004-12-11 19:55:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux; en_US) (KHTML, like Gecko)

Description of problem:
Fix the iptables scriptlet so that it checks for a mounted /proc before issuing any commands.  (This is to prevent from a chroot()'ed install of iptables from issuing commands that might affect the host).

IRC conversation with jbj@redhat as follows;


<jbj> iptables shares global state in the kerenl in spite of chroot. the fix will be to change the scriptlet somehow
<jbj> so scriptlet running in chroot changes the kernel table.
<jbj> perhaps quick and dirty test for /proc mounted in scriptlet is easiest.
<jbj> presuming that /proc is not mounted in chroot.
<jbj> a real test for running in chroot will perhaps need changes to rpm.
<jbj> RFE at bugzilla.redhat.com please so that I don't forget.

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


How reproducible:
Always

Steps to Reproduce:
rpm -ivh iptables* --root /path
    

Actual Results:  iptables will install ... and the scriptlets will be run (which may cause issues on the host, because they are really being run on the host).

Additional info:

Comment 1 Thomas Woerner 2004-12-20 13:59:54 UTC
%post only triggers a "/sbin/chkconfig --add iptables".

Where exactly is the problem?

Comment 2 Sunny Dubey 2004-12-25 15:27:34 UTC
Beats me,     
     
this was jbj's idea and he requested I submit this bug. 

Comment 3 Thomas Woerner 2005-03-18 16:26:59 UTC
Closing as NOT A BUG.


Note You need to log in before you can comment on or make changes to this bug.