mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-30 20:44:26 +01:00
Add the base common fragments and x86_64 specific fragments for the 4.19.x kernel. Signed-off-by: Graham Whaley <graham.whaley@intel.com>
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
|