How can I modify the config file (/proc/config.gz) in linux (Android)? How can I modify the config file (/proc/config.gz) in linux (Android)? docker docker

How can I modify the config file (/proc/config.gz) in linux (Android)?


How can I modify the config file (/proc/config.gz) in linux (Android)?

You would have to recompile your own kernel with different configuration and modify your operating system by updating the kernel.

/proc/config.gz is a compressed copy of the kernel configuration that was used when the kernel was build. To modify kernel configuration you have to recompile the kernel.