Reviewed: https://review.openstack.org/85546 Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=b9b5fef89af51c66905de33e2436c063f4b09d36 Submitter: Jenkins Branch: master
commit b9b5fef89af51c66905de33e2436c063f4b09d36 Author: James Page <[email protected]> Date: Sat Apr 5 09:38:12 2014 +0100 Set permissions on generated ring files The use of NamedTemporaryFile creates rings with permissions 0600; however most installs probably generate the rings as root but the swift-proxy runs as user swift. Set the permissions on the generated ring to 0644 prior to rename so that the swift user can read the rings. Change-Id: Ia511931f471c5c9840012c3a75b89c1f35b1b245 Closes-Bug: #1302700 ** Changed in: swift Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1302700 Title: Use of NamedTemporaryFile creates rings with restricted permissions To manage notifications about this bug go to: https://bugs.launchpad.net/swift/+bug/1302700/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
