I'm afraid that Olivier is right. In the commit he linked to, the two lines
apparmor.GenWritableProfile(emit, "/usr/share/libreoffice/help", 3) apparmor.GenWritableProfile(emit, "/usr/share/xubuntu-docs", 3)
were replaced with a single
apparmor.GenWritableProfile(emit, "/usr/share/", 3)
I need to investigate this, but my first guess is that this has the effect of making firefox and chrome see a different /usr/share/ tree than the one from the host. I'll be investigating this.
I'm afraid that Olivier is right. In the commit he linked to, the two lines
apparmor. GenWritableProf ile(emit, "/usr/share/ libreoffice/ help", 3) GenWritableProf ile(emit, "/usr/share/ xubuntu- docs", 3)
apparmor.
were replaced with a single
apparmor. GenWritableProf ile(emit, "/usr/share/", 3)
I need to investigate this, but my first guess is that this has the effect of making firefox and chrome see a different /usr/share/ tree than the one from the host. I'll be investigating this.