This tool simply writes log loading entries into /var/log/module.log
.
Installing from source requires that you have Go 1.21.5+ installed.
- Clone the repository
- Navigate into the repository
make
make install
Grab the latest release from Github, unarchive it, and drop it somewhere useful
like /usr/local/sbin/module-logger
.
Due to it writing to shared locations, it must be owned by root and have the setuid bit set to allow any user to run it:
chown root:root /path/to/module-logger
chmod 4755 /path/to/module-logger