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 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/2032992 Title: [snap] chromium snap does not allow to read symlinks to /usr/share/javascript Status in Mozilla Firefox: Fix Released Status in chromium-browser package in Ubuntu: Fix Released Status in firefox package in Ubuntu: Fix Released Bug description: Steps to reproduce: 1) Install chromium snap snap install chromium 2) Install openjdk-21 documentation sudo apt install openjdk-21-doc 3) Browse API documentation chromium /usr/share/doc/openjdk-21-doc/api/index.html The search bar is inactive and dev console contains: jquery-3.6.1.min.js:1 Failed to load resource: net::ERR_FILE_NOT_FOUND $ls -l /usr/share/doc/openjdk-21-jre-headless/api/script-dir/jquery-3.6.1.min.js lrwxrwxrwx 1 root root 43 Mar 17 13:31 /usr/share/doc/openjdk-21-jre-headless/api/script-dir/jquery-3.6.1.min.js -> ../../../../javascript/jquery/jquery.min.js cat /usr/share/doc/openjdk-21-jre-headless/api/script-dir/jquery-3.6.1.min.js prints the file contents Downloaded version of chrome opens documentation with active search bar and no javascript errors /tmp/chrome/chrome /usr/share/doc/openjdk-21-doc/api/index.html Expected results: Chromium snap should be able to follow symlink into /usr/share/javascript and correctly load OpenJDK API documentation. Note: this probably should be a specific exclusion for Debian-based systems. To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/2032992/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp