mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-14 03:17:23 +00:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41
git-subtree-split:1f22d72d5d
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
# We need namespaces to isolate the workload
|
|
|
|
# Cannot have namespaces if not multi user...
|
|
CONFIG_MULTIUSER=y
|
|
CONFIG_NAMESPACES=y
|
|
CONFIG_SYSVIPC=y
|
|
CONFIG_UTS_NS=y
|
|
CONFIG_IPC_NS=y
|
|
CONFIG_USER_NS=y
|
|
CONFIG_PID_NS=y
|
|
CONFIG_NET_NS=y
|