I am using Arch Linux, and trying to do some experiments about linux namespace. I use the following command but doesn't get bash to work.
xtricman⚓ArchVirtual⏺️~unshare -muinpUC --propagation slave --setgroups deny /usr/bin/bash
Could not get property: Access denied
nobody⚓⏺️~ls
bash: fork: Cannot allocate memory
nobody⚓⏺️~
Then No external commands can be run by the shell, could anybody explain the reason to me?