We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e060af commit 95f1f7dCopy full SHA for 95f1f7d
1 file changed
doc/installation.rst
@@ -190,6 +190,11 @@ not permitted" error when building. Add the line ::
190
191
to your ``/etc/sysctl.conf`` (or wherever your distro stores that).
192
193
+Ubuntu is further restricting user namespaces through AppArmor. Either set
194
+``/proc/sys/kernel/apparmor_restrict_unprivileged_userns`` to ``0`` or create
195
+an AppArmor profile for the ``bob-namespace-sandbox`` binary that allows user
196
+namespaces for Bob.
197
+
198
If you are using Docker, you must relax the security settings as they block
199
nested containers by default. Adding ``--security-opt seccomp=unconfined
200
--security-opt apparmor=unconfined`` to the ``docker run`` command should
0 commit comments