Bug 484261
| Summary: | cifs mounted home directory breaks ssh security checks on authorized_keys file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Jeff Layton <jlayton> | ||||
| Component: | kernel | Assignee: | Jeff Layton <jlayton> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Martin Jenner <mjenner> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 4.7 | CC: | jtluka, phan, rwheeler, steved | ||||
| Target Milestone: | rc | Keywords: | Regression | ||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 481233 | Environment: | |||||
| Last Closed: | 2009-05-18 19:07:51 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
Jeff Layton
2009-02-05 18:06:57 UTC
Created attachment 331043 [details]
pach -- replace missing else in cifs_open_inode_helper
RHEL4 version of this patch. Tested and fixes the bug.
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. Committed in 81.EL . RPMS are available at http://people.redhat.com/vgoyal/rhel4/ Test for 2.6.9-78.ELsmp, with file mode 477 on smb server, get [root@ibm-defiant ~]# ./reproducer /home/test/testfile mode1 = 100477 mode2 = 100455 on the client. For 2.6.9-89.ELsmp, it is correct on the client: [root@sun-x4600m2-01 ~]# ./reproducer /home/test/testfile mode1 = 100477 mode2 = 100477 Will change the status to VERIFIED. Thanks! An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2009-1024.html |