What is kmod?
Quote from kmod's README:
kmod is a set of tools to handle common tasks with Linux kernel modules like insert,
remove, list, check properties, resolve dependencies and aliases.
Why kmod?
The kmod project is widely distributed:
Notes
The code by itself is not exactly security relevant, since elevated permissions are used for almost all tools. The only aspect of interest might be the inspection of module files through modinfo which could be done with untrusted module files. In general, this allows open discussions about stability issues.
What is kmod?
Quote from kmod's README:
Why kmod?
The kmod project is widely distributed:
Notes
The code by itself is not exactly security relevant, since elevated permissions are used for almost all tools. The only aspect of interest might be the inspection of module files through
modinfowhich could be done with untrusted module files. In general, this allows open discussions about stability issues.