Bug 16108

Summary: /etc/rc.d/rc.sysinit incorrectly mounts /proc according to /etc/fstab settings
Product: [Retired] Red Hat Linux Reporter: spookey <spookey>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: rvokal, spookey
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-13 20:00:50 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 spookey@ender.com 2000-08-13 20:00:48 UTC
/etc/rc.d/rc.sysinit incorrectly mounts /proc according to /etc/fstab 
settings.

For example:
/etc/fstab:
none                    /proc                   proc    defaults,gid=90 0 0
..
When mounted, /proc is not mounted gid=90, but it is mounted with 
default /proc permissions.

Mount command that works:
mount -t proc -o gid=90 /proc /proc

Thank you,
=Dave=

Comment 1 Bill Nottingham 2000-08-14 05:00:30 UTC
We probably aren't going to change this at this point; you're
free to edit /etc/rc.d/rc.sysinit to add the gid field to
the mount.