GNOME Bugzilla – Bug 780967
Accessing .hidden files causes unwanted autofs mount requests
Last modified: 2017-05-12 12:52:41 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
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...
Ian Kent promised an example and guidance what needs to be done. See the downstream bug report for more details.
*** This bug has been marked as a duplicate of bug 782554 ***