After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780967 - Accessing .hidden files causes unwanted autofs mount requests
Accessing .hidden files causes unwanted autofs mount requests
Status: RESOLVED DUPLICATE of bug 782554
Product: glib
Classification: Platform
Component: gio
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2017-04-06 10:43 UTC by Ondrej Holy
Modified: 2017-05-12 12:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gio: Do not access .hidden file in autofs folder (1.98 KB, patch)
2017-04-06 10:46 UTC, Ondrej Holy
none Details | Review

Description Ondrej Holy 2017-04-06 10:43:57 UTC
Accessing .hidden file in autofs folder causes unwanted mount requests for the server. autofs itself isn't able to do anything about this. We should avoid accessing this file in autofs folder.

See downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1437754
Comment 1 Ondrej Holy 2017-04-06 10:46:36 UTC
Created attachment 349351 [details] [review]
gio: Do not access .hidden file in autofs folder

I have tried to use ioctl calls provided by autofs to fix it, however, I don't know how to link it with "linux/auto_dev-ioctl.h" header properly. So the patch is not buildable...
Comment 2 Ondrej Holy 2017-04-07 08:30:49 UTC
Ian Kent promised an example and guidance what needs to be done. See the downstream bug report for more details.
Comment 3 Ondrej Holy 2017-05-12 12:52:41 UTC

*** This bug has been marked as a duplicate of bug 782554 ***