Bug 442899
| Summary: | matchpathcon_filespec_add: conflicting specifications for /sbin/mkfs.gfs and /sbin/gfs_mkfs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Milan Zázrivec <mzazrivec> | ||||
| Component: | gfs-utils | Assignee: | Robert Peterson <rpeterso> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | GFS Bugs <gfs-bugs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.2 | CC: | dwalsh, edamato | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | u2 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-07-15 15:31:28 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: | |||||||
| Attachments: |
|
||||||
|
Description
Milan Zázrivec
2008-04-17 14:22:24 UTC
Created attachment 302751 [details]
setfiles output
The problem here is there are multiple paths to the same file, from an SELinux point of view, it would be much easier if these were all symbolic links versus hard links. The e2fs utils use hard links as well. Are you saying this is wrong? [root@bigi /home/bob]# stat /sbin/e2fsck | grep Inode Device: fd00h/64768d Inode: 196694 Links: 3 [root@bigi /home/bob]# stat /sbin/fsck.ext2 | grep Inode Device: fd00h/64768d Inode: 196694 Links: 3 [root@bigi /home/bob]# stat /sbin/fsck.ext3 | grep Inode Device: fd00h/64768d Inode: 196694 Links: 3 Clarification: The gfs-utils and gfs2-utils were originally symlinks and I was asked specifically to change them to hard links to match ext3 in bug #286211. I personally don't care; I just need to know which is proper. Since gfs and gfs2 are following in the footsteps of ext3, if it's valid for ext, shouldn't it be valid for gfs as well? 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. I believe these are fixed in U2. |