diff --git a/docs/config.html b/docs/config.html index e4d9ddded9..021d0798f4 100644 --- a/docs/config.html +++ b/docs/config.html @@ -918,6 +918,14 @@
N.B. On Ubuntu Noble (24.04) or later, sandboxing may fail with a "Permission denied" error (often referring
+ to /proc/self/setgroups). This is due to a
+ security change
+ which prohibits unprivileged user namespaces, which the sandboxing relies upon.
+ To fix this, you need to create an AppArmor profile allowing it; we have an
+ example
+ for the default install location, which you should copy to /etc/apparmor.d/build.please,
+ then run sudo systemctl reload apparmor to apply the new profile.