Bug 1283103
Summary: | Setting security.* xattrs fails | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Niels de Vos <ndevos> | |
Component: | fuse | Assignee: | Michael Adam <madam> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | CC: | bugs, jbyers, rgowdapp | |
Target Milestone: | --- | Keywords: | EasyFix, Triaged | |
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.8rc2 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1127457 | |||
: | 1283107 (view as bug list) | Environment: | ||
Last Closed: | 2016-06-16 13:45:21 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1127457, 1283107, 1292778, 1292779 |
Description
Niels de Vos
2015-11-18 09:38:25 UTC
REVIEW: http://review.gluster.org/12826 (fuse: forbid only access to security.selinux xattr if not mounted with 'selinux') posted (#1) for review on master by Michael Adam (obnox) REVIEW: http://review.gluster.org/12827 (tests:bugs:fuse: add test for bug #1283103 - selinux mount vs security xattrs) posted (#1) for review on master by Michael Adam (obnox) REVIEW: http://review.gluster.org/12826 (fuse: forbid only access to security.selinux xattr if not mounted with 'selinux') posted (#2) for review on master by Vijay Bellur (vbellur) REVIEW: http://review.gluster.org/12826 (fuse: forbid only access to security.selinux xattr if not mounted with 'selinux') posted (#3) for review on master by Vijay Bellur (vbellur) REVIEW: http://review.gluster.org/12826 (fuse: forbid only access to security.selinux xattr if not mounted with 'selinux') posted (#4) for review on master by Vijay Bellur (vbellur) REVIEW: http://review.gluster.org/12826 (fuse: forbid only access to security.selinux xattr if not mounted with 'selinux') posted (#5) for review on master by Michael Adam (obnox) REVIEW: http://review.gluster.org/12826 (fuse: forbid only access to security.selinux xattr if not mounted with 'selinux') posted (#6) for review on master by Michael Adam (obnox) REVIEW: http://review.gluster.org/12826 (fuse: forbid only access to security.selinux xattr if not mounted with 'selinux') posted (#7) for review on master by Michael Adam (obnox) REVIEW: http://review.gluster.org/12826 (fuse: forbid only access to security.selinux xattr if not mounted with 'selinux') posted (#8) for review on master by Michael Adam (obnox) REVIEW: http://review.gluster.org/12826 (fuse: forbid only access to security.selinux xattr if not mounted with 'selinux') posted (#9) for review on master by Michael Adam (obnox) REVIEW: http://review.gluster.org/12826 (fuse: forbid only access to security.selinux xattr if not mounted with 'selinux') posted (#10) for review on master by Michael Adam (obnox) COMMIT: http://review.gluster.org/12826 committed in master by Raghavendra G (rgowdapp) ------ commit 4fefa3d7dbcdad1e71c74db11113ac1e74b01656 Author: Michael Adam <obnox> Date: Wed Nov 18 09:01:30 2015 +0100 fuse: forbid only access to security.selinux xattr if not mounted with 'selinux' Originally, all selinux.* xattrs were forbidden, causing for example Samba's acl_xattr module which uses security.NTACL to fail without the 'selinux' mount option, which is confusing at least. This change specializes the check to the security.selinux attribute, so other selinux.* attributes work with or without the option. Change-Id: I9d3083123efbf403f20572cfb325a300ce2e90d9 BUG: 1283103 Signed-off-by: Michael Adam <obnox> Reviewed-on: http://review.gluster.org/12826 Tested-by: Gluster Build System <jenkins.com> Tested-by: NetBSD Build System <jenkins.org> Reviewed-by: Rajesh Joseph <rjoseph> Reviewed-by: Raghavendra G <rgowdapp> REVIEW: http://review.gluster.org/12827 (tests:bugs:fuse: add test for bug #1283103 - selinux mount vs security xattrs) posted (#2) for review on master by Raghavendra G (rgowdapp) COMMIT: http://review.gluster.org/12827 committed in master by Raghavendra G (rgowdapp) ------ commit 8df88683c334c0652770e8e0fcec59dbc8bb5748 Author: Michael Adam <obnox> Date: Mon Nov 30 10:51:13 2015 +0100 tests:bugs:fuse: add test for bug #1283103 - selinux mount vs security xattrs BUG: 1283103 Change-Id: Ic4485d650275f67eb6b0b8382a92eb829c06e27c Signed-off-by: Michael Adam <obnox> Reviewed-on: http://review.gluster.org/12827 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Niels de Vos <ndevos> Reviewed-by: Raghavendra G <rgowdapp> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report. glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/ [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |