/libfakeuname

Small library that overrides uname() system call to return configured fake kernel release.

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

fakeuname

A small library that overrides the uname() system call to return a configured fake kernel release.

Usage

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.