Hello,
I have a Jetson AGX Orin 64GB Developer Kit. I have just performed a clean reflash of the latest JetPack using the SDK Manager.
After the reflash and initial setup, I installed Chromium using the standard command:
sudo snap install chromium
However, Chromium fails to launch. When I run it from the terminal, I get the following error:
WARNING: cannot create user data directory: failed to verify SELinux context of /home/jetson/snap: exec: "matchpathcon": executable file not found in $PATH cannot set capabilities: Operation not permitted
The same error occurs when I install and run Firefox as a snap. This indicates a system-level issue with the SELinux or AppArmor configuration on the freshly flashed OS.
Could you please advise on how to resolve this? It seems like a core security utility is missing from the base JetPack image.
Thank you.