0xricksanchez / like-dbg

Fully dockerized Linux kernel debugging environment
MIT License
737 stars 58 forks source link

Running as root on a VPS makes kernel build fail #81

Closed 0xricksanchez closed 2 years ago

0xricksanchez commented 2 years ago

Describe the bug When running for example as root@VPS the kernel build will fail, since the build process inside the docker container is done as a non-root user.

To Reproduce Basically, check #59. The TLDR seems to be that as soon as one is on a VPS the kernel builder runs into problems

Expected behavior In the mentioned scenario above the framework should not fail to complete all building steps.

Screenshots Check #59