Bug 848821
| Summary: | nsswitch.conf update can get lost when glibc updates are installed at the same on a multiarch system | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Tom G. Christensen <tgc> |
| Component: | sudo | Assignee: | Daniel Kopeček <dkopecek> |
| Status: | CLOSED WONTFIX | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.8 | CC: | dapospis, dkopecek |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-03-13 12:54:35 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tom G. Christensen
2012-08-16 13:49:21 UTC
I think that this is correct behavior because if you manually remove the line from nsswitch.conf it should not be automatically recreated. Lets see what happens if I revert my test VM and only update sudo: # rpm -q sudo sudo-1.7.2p1-13.el5.x86_64 # grep sudoers nsswitch.conf # # yum install sudo .... Running Transaction Updating : sudo 1/2 ... # rpm -q sudo sudo-1.7.2p1-14.el5_8.3.x86_64 # grep sudoers nsswitch.conf sudoers: files ldap # That does not match the behaviour you describe. |