mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
131a5036b4
various attacks an IDS developer has to deal with. Unlike some of the other port scan detection tools out there, scanlogd is designed to be totally safe to use. PR: ports/66449 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
10 lines
377 B
Plaintext
10 lines
377 B
Plaintext
----------------------------------------------------------------------------
|
|
|
|
scanlogd requires a separate user and group named 'scanlogd' to run.
|
|
You will need to create these manually. For example:
|
|
|
|
pw groupadd scanlogd
|
|
pw useradd scanlogd -d /nonexistent -g scanlogd -s /sbin/nologin -c SCANLOGD
|
|
|
|
----------------------------------------------------------------------------
|