[Bug 1660287] Re: Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

2017-01-30 Thread Thomas Mayer
I've uploaded a patch named VERSION 6 at https://bugs.launchpad.net/bugs/1659988 which all changes I suggested in this ticket so far. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1660287 Title:

[Bug 1660287] Re: Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

2017-01-30 Thread Thomas Mayer
ca.desrt.dconf.Writer also needs receive: Jan 30 13:32:08 lat61 dbus[3005]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/ca/desrt/dconf/Writer/user" interface="ca.desrt.dconf.Writer" member="Change" name=":1.578" mask="receive" pid=3201 label="unconfined" peer_pid=7811

[Bug 1660287] Re: Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

2017-01-30 Thread Thomas Mayer
There's more: dbus (send) bus=session interface=org.gnome.GConf.Database, dbus (send) bus=session interface=org.gtk.Private.RemoteVolumeMonitor, dbus (send) bus=session interface=org.freedesktop.DBus, dbus (receive, send) bus=session

[Bug 1660287] Re: Apparmor blocking FF to access org.gtk.vfs.Daemon and Mount

2017-01-30 Thread Thomas Mayer
This issue can be mitigated by adding the following lines to FF's apparmor profile: dbus (send) bus=session interface=org.gtk.vfs.Daemon, dbus (send) bus=session interface=org.gtk.vfs.Mount, I've uploaded a patch named VERSION 5 at