Bug 1757104
Summary: | mount doesn't parse context= option correctly | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Giuseppe Scrivano <gscrivan> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | airlied, bskeggs, debarshir, hdegoede, ichavero, itamar, jarodwilson, jeremy, jglisse, john.j5live, jonathan, josef, jpazdziora, kernel-maint, kzak, labbott, linville, lslebodn, masami256, mchehab, mjg59, santiago, steved |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-10-08 17:43: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: |
Description
Giuseppe Scrivano
2019-09-30 15:02:44 UTC
Can confirm: problem not present in 5.4.0-0.rc0.git3.1.fc32.x86_64 there were some changes to the mount API parsing merged so I suspect it's a regression there. I e-mailed the maintainers last week about this but I didn't hear anything back. I'll e-mail again. Is there some workaround ? https://koji.fedoraproject.org/koji/taskinfo?taskID=38143602 this is a scratch build with a potential fix. thanks, it solves the issue. $ unshare -rm mount -t tmpfs tmpfs /tmp -o 'context="system_u:object_r:container_file_t:s0:c475,c690"' $ uname -a Linux fedora-ws 5.4.0-0.rc2.git0.1.rhbz1757104.fc32.x86_64 #1 SMP Tue Oct 8 14:21:23 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux I applied the patch to rawhide. I expect this will be the final fix but at the very least it fixes things for now. This should show up in the git2 build on Wednesday (In reply to Laura Abbott from comment #4) > https://koji.fedoraproject.org/koji/taskinfo?taskID=38143602 this is a > scratch build with a potential fix. Did you post this patch to upstream? THis patch was from Al Viro https://lore.kernel.org/linux-fsdevel/20191008012622.GP26530@ZenIV.linux.org.uk/ (In reply to Laura Abbott from comment #8) > THis patch was from Al Viro > https://lore.kernel.org/linux-fsdevel/20191008012622.GP26530@ZenIV.linux.org. > uk/ Thank you!!! |