Skip to content

Maintains a text database of module loads by user. For use with LMOD to gather statistics on who's running what software.

License

Notifications You must be signed in to change notification settings

uoracs/module-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module-logger

This tool simply writes log loading entries into /var/log/module.log.

Install from Source

Installing from source requires that you have Go 1.21.5+ installed.

  • Clone the repository
  • Navigate into the repository
  • make
  • make install

Install from Release

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

About

Maintains a text database of module loads by user. For use with LMOD to gather statistics on who's running what software.

Resources

License

Stars

Watchers

Forks

Packages

No packages published