A small library that overrides the uname() system call to return a configured fake kernel release.
fakeuname
is useful when compiling applications/libraries which require to reference kernel headers insides a container, but uname -r
returns the kernel version of the host instead of the container.