From: Paul Moore <[email protected]> Required by the netfilter_pkt test.
Signed-off-by: Paul Moore <[email protected]> --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23fc23b..625a684 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ please follow the instructions below. perl-Test \ perl-Test-Harness \ perl-File-Which \ - perl-Time-HiRes + perl-Time-HiRes \ + nmap-ncat ### Fedora @@ -44,14 +45,16 @@ please follow the instructions below. perl-Test \ perl-Test-Harness \ perl-File-Which \ - perl-Time-HiRes + perl-Time-HiRes \ + nmap-ncat ### Debian Based Systems # apt-get install auditd \ build-essential \ libc6-i386 \ - perl-modules + perl-modules \ + netcat ## Execution -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
