Bug 1035999
Summary: | nbd: incorrect parsing of access control file in nbd-server [fedora-all] | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ratul Gupta <ratulg> |
Component: | nbd | Assignee: | Christopher Meng <i> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 19 | CC: | enslaver, gregory.lee.bartholomew, i, wtogami, xjakub |
Target Milestone: | --- | Keywords: | Security, SecurityTracking |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | nbd-3.5-1.fc20 | Doc Type: | Release Note |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-12 02:51:13 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: | 1035998 |
Description
Ratul Gupta
2013-11-29 07:17:54 UTC
Please use the following update submission link to create the Bodhi request for this issue as it contains the top-level parent bug(s) as well as this tracking bug. This will ensure that all associated bugs get updated when new packages are pushed to stable. Please also ensure that the "Close bugs when update is stable" option remains checked. Bodhi update submission link: https://admin.fedoraproject.org/updates/new/?type_=security&bugs=1035998,1035999 nbd-3.5-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/nbd-3.5-1.fc19 nbd-3.5-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/nbd-3.5-1.fc20 nbd-3.5-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/nbd-3.5-1.fc18 Package nbd-3.5-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing nbd-3.5-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-22557/nbd-3.5-1.fc20 then log in and leave karma (feedback). nbd-3.5-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. nbd-3.5-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. nbd-3.5-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. This problem appears to persist in nbd-3.6-1.fc19.x86_64. [root@vm-01 nbd-server]# cat /etc/nbd-server/config [generic] [f20-64] exportname = /dev/zfs-3/f20-64 authfile = /etc/nbd-server/allow [root@vm-01 nbd-server]# cat /etc/nbd-server/allow 146.163.150.96 [root@vm-01 nbd-server]# grep 15:07:43 /var/log/messages Jul 30 15:07:43 vm-01 nbd_server[9333]: Spawned a child process Jul 30 15:07:43 vm-01 nbd_server[9409]: connect from 146.163.150.96, assigned file is /dev/zfs-3/f20-64 Jul 30 15:07:43 vm-01 nbd_server[9409]: Client '146.163.150.96' is not authorized to access Jul 30 15:07:43 vm-01 nbd_server[9333]: Child exited with 1 |