Bug 435750
Summary: | [PATCH] fix booty default file params on ia64 elilo | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Doug Chapman <dchapman> | ||||
Component: | booty | Assignee: | Peter Jones <pjones> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 9 | CC: | dcantrell, katzj | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | ia64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2009-01-27 16:08:49 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: | 163350 | ||||||
Attachments: |
|
Description
Doug Chapman
2008-03-03 17:59:26 UTC
Created attachment 296647 [details]
set default params to 755 for elilo on ia64.
Does elilo not support passwords? (In reply to comment #2) > Does elilo not support passwords? No elilo does not have password support. Also, if elilo did support passwords we still would not be able to make it non-readable since it is on a vfat filesystem. Since fat doesn't have the concept of a read bit it is always readable. In the past doing a chmod to make it non-readable appeared to work however once the system rebooted or the inode was just read in again the file would revert back to the 0755 permissions. Fixed in git Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |