Comment 0 for bug 2056517

Revision history for this message
Christoph Reiter (lazka) wrote : vsode profile still broken

Ubuntu 24.04, VSCode installed via their repo (https://packages.microsoft.com/repos/code)

Some updates ago apparmor gained an exception for /usr/bin/code to work again.

The desktop file uses `/usr/share/code/code` though, so starting vscode from the dock, or from the app search results in a crash:

/usr/share/code/code
[88564:0308/080414.682744:FATAL:credentials.cc(127)] Check failed: . : Permission denied (13)
zsh: trace trap (core dumped) /usr/share/code/code

Could the profile be fixed to include all common ways to start vscode?

My current workaround is to run this on every boot:

sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

thanks