[PATCH] audit-testsuite: add nmap-ncat/netcat as a dependency

Paul Moore pmoore at redhat.com
Wed Jun 6 23:12:58 UTC 2018


From: Paul Moore <paul at paul-moore.com>

Required by the netfilter_pkt test.

Signed-off-by: Paul Moore <paul at paul-moore.com>
---
 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
 




More information about the Linux-audit mailing list