Library and programs to manage Linux Kernel Modules.
This project consists of a library (libkmod) that does the same work as traditional module-init-tools (m-i-t) but is easily usable by other programs that may need to check or load kernel modules, such as udev, systemd, iptables, ...
The provided programs try to mimic m-i-t equivalents 1-to-1 and could be used as drop-in replacements in most cases.