On Thu, Jun 7, 2018 at 12:45 PM, Richard Guy Briggs <[email protected]> wrote: > 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)
Not a big deal, it's easy to lose track of small "core" tools like nc/netcat. I only noticed it because I was setting up a new test system and it was a minimal install. >> --- >> 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 -- paul moore www.paul-moore.com -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
