We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 24.04 is now more restrictive about user namespaces (similar issue with workaround: lima-vm/lima#2319).
$ task-maker-rust Error: Failed to start local worker Caused by: Sandbox failed: Error: Failed to wait sandbox Caused by: 0: Watcher thread failed 1: Failed to write /proc/self/setgroups Caused by: Permission denied (os error 13)
The text was updated successfully, but these errors were encountered:
Same issue here.
It seems that running the command with sudo fixes the issue, but I would rather run this without root privileges.
sudo
Sorry, something went wrong.
Seems like an Ubuntu issue to me, the issue linked above says that this should fix it:
echo "kernel.apparmor_restrict_unprivileged_userns = 0" >/etc/sysctl.d/99-userns.conf sysctl --system
This is a system configuration issue, so we probably should not do more than document the workaround.
No branches or pull requests
Ubuntu 24.04 is now more restrictive about user namespaces (similar issue with workaround: lima-vm/lima#2319).
The text was updated successfully, but these errors were encountered: