Security and system auditing tool to harden systems
Lynis is a battle-tested security tool for systems running Linux, macOS, or Unix-based operating system. It performs an extensive health scan of your systems to support system hardening and compliance testing. The project is open source software with the GPL license and available since 2007.
Lynis is a battle-tested security tool for systems running Linux, macOS, or Unix-based operating system. It performs an extensive health scan of your systems to support system hardening and compliance testing. The project is open source software with the GPL license and available since 2007.
To install lynis, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lynis
To see what files were installed by lynis, run:
port contents lynis
To later upgrade lynis, run:
sudo port selfupdate && sudo port upgrade lynis
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.