On 2018-06-06 19:12, Paul Moore wrote: > From: Paul Moore <[email protected]> > > Required by the netfilter_pkt test. > > Signed-off-by: Paul Moore <[email protected]>
Ack. (probably my omission) > --- > 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 - RGB -- Richard Guy Briggs <[email protected]> Sr. S/W Engineer, Kernel Security, Base Operating Systems Remote, Ottawa, Red Hat Canada IRC: rgb, SunRaycer Voice: +1.647.777.2635, Internal: (81) 32635 -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
