Page 1 of 1

Assistance Needed: Enabling UTS Namespace on Ubuntu Kernel

Posted: 2025-01-13 16:58
by h4ndsh
Hi everyone,
I need to activate the UTS namespace (CONFIG_UTS_NS) on the Ubuntu image with kernel 5.10.160. Can someone guide me on how to do this?

Thanks in advance for your help!

Re: Assistance Needed: Enabling UTS Namespace on Ubuntu Kernel

Posted: 2025-01-14 2:29
by Ryand
To execute the command

Code: Select all

./build.sh kernelconfig
to open the Linux kernel configuration tool, follow these steps:

Location:
Go to:

Code: Select all

-> General setup
-> Namespaces support (NAMESPACES [=Y])  
[*] UTS namespace (NEW)  
After making your changes, save the configuration and recompile the kernel.