I would like to know what does this interface’s connection makes any noticeable difference to the Gtk file picker, which seems to require this interface.
Because of underlying libraries, the different file pickers may try to access files provided by this interface, but the accesses are usually just noise. In fact, depending on the file picker, the situation can be made worse since it might make a wrong decision based on the snap’s mount namespace (which I’ve observed).
Am I right in thinking that the specific issue here is things like e.g. mount.cifs’s password option, and there’s lots of machines where “privileged read access to mount arguments” wouldn’t be problematic at all?