diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-17 08:20:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-17 08:20:32 +0800 |
commit | 50c0c6b75943601adb02c51cb578989abc4b1916 (patch) | |
tree | ef9d8872e2d22f466637cc2720c0960b539b1e88 /security/Makefile | |
parent | 0dba18a5acd4e0834ada07f33d6945521453f9ae (diff) | |
download | freebsd-ports-gnome-50c0c6b75943601adb02c51cb578989abc4b1916.tar.gz freebsd-ports-gnome-50c0c6b75943601adb02c51cb578989abc4b1916.tar.zst freebsd-ports-gnome-50c0c6b75943601adb02c51cb578989abc4b1916.zip |
Lynis is an auditing tool for Unix (specialists). It scans the
system and available software, to detect security issues. Beside
security related information it will also scan for general system
information, installed packages and configuration mistakes.
This software aims in assisting automated auditing, software patch
management, vulnerability and malware scanning of Unix based systems.
It can be run without prior installation, so inclusion on read only
storage is no problem (USB stick, cd/dvd).
WWW: http://www.rootkit.nl/projects/lynis.html
Author: Michael Boelen
PR: 128909
Submitted by: Cory McIntire <loon at noncensored dot com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1867f12015f3..cfe1041764c3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -262,6 +262,7 @@ SUBDIR += logcheck SUBDIR += lsh SUBDIR += lxnb + SUBDIR += lynis SUBDIR += mac-robber SUBDIR += maia SUBDIR += makepasswd |