What additional system settings may be needed when using the MoonBot terminal on LINUX?

: Interface configuration

When using the MoonBot terminal on LINUX with some LINUX distributions, such as Ubuntu, unprivileged user namespaces may be disabled. If this problem is detected, the container startup script will attempt to fix the settings by requesting an upgrade (sudo) at the first launch. If necessary, manual changes are made using the following commands:

# Allow the use of unprivileged user namespaces
sudo sysctl kernel.unprivileged_userns_clone=1

# For Ubuntu 24.04+ optional:
sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0