Bug 3891
Summary: | General: packages should not write into /home | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | chris |
Component: | mod_php3 | Assignee: | Preston Brown <pbrown> |
Status: | CLOSED DEFERRED | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | ||
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: | 1999-09-05 17:52:56 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
chris
1999-07-03 22:50:46 UTC
While I agree with this opinion (and always have), I'm not sure how easy it will be to move away from the /home -based locations at this point -- upgrades could be *extremely* painful. This is one we have to discuss. As an alternative, rpm has netsharedpaths -- paths on which files will not be installed. Try echo "%_netsharedpath /home" >> /etc/rpm/macros The macro _netsharedpath takes a colon separated list of paths to ignore as values, so add to the definition as desired. You will also need to reinstall any packages that install files on netshared paths after configuring. I'm preserving this bug by resloving to the REMIND state. Caveat Emptor: It's up to you to populate netshared paths appropriately. |