Comment 29 for bug 1951210

Revision history for this message
Alberto Mardegan (mardy) wrote :

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.