Bug 1969317
Summary: | various commands failing to access fuse.portal filesystems [rhel-9] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Kamil Dudka <kdudka> |
Component: | coreutils | Assignee: | Kamil Dudka <kdudka> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Vojtech Eichler <veichler> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9.0 | CC: | fsumsal, kdudka, veichler |
Target Milestone: | beta | Keywords: | Triaged |
Target Release: | 9.0 Beta | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | coreutils-8.32-27.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1952714 | Environment: | |
Last Closed: | 2021-12-07 21:44:43 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: | 1913358 | ||
Bug Blocks: | 1952714 |
Description
Kamil Dudka
2021-06-08 07:57:26 UTC
Reproducer: # yum install -y xdg-desktop-portal # systemctl --user start xdg-document-portal.service # mount | grep portal portal on /run/user/0/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=0,group_id=0) # df > /dev/null df: /run/user/0/doc: Operation not permitted |