Comment 31 for bug 2032992

Revision history for this message
Nathan Teodosio (nteodosio) wrote :

I read your #28 more carefully and actually the bug as reported is fixed and, I have all reasons to assume, working.

Your log is pointing out failure to read this link:

  /usr/share/doc/openjdk-21-jre-headless/api/script-dir/jquery-ui.min.js -> /usr/share/javascript/jquery-ui/jquery-ui.min.js

Now, that specific path, namely /usr/share/javascript/jquery-ui, was not mentioned in this report until #28; That was therefore never addressed in the fix[1]. But using [1] as a template, it is trivial to propose an exception for /usr/share/javascript/jquery-ui too.

Since this is unavoidably a cat-and-mouse game, I kindly request you to make sure there are no remaining paths that need access apart from the one you are reporting now. A good way of ascertaining this is by white listing /usr/share/javascript/jquery-ui with https://snapcraft.io/docs/debug-snaps#heading--apparmor and seeing if it is enough.

[1] https://github.com/snapcore/snapd/pull/13130