From 960b878684fc04ff7795cde68a045d63e68fbda8 Mon Sep 17 00:00:00 2001 From: dataking Date: Sun, 31 Jul 2016 23:04:34 -0700 Subject: [PATCH] some lists changed to listboxes. more to come. --- lynis_report.pl | 57 ++++++++++++++++++------------------------------- 1 file changed, 21 insertions(+), 36 deletions(-) diff --git a/lynis_report.pl b/lynis_report.pl index cda247c..728d525 100755 --- a/lynis_report.pl +++ b/lynis_report.pl @@ -792,11 +792,15 @@ END if (!defined($lynis_report_data{'boot_service[]'})) { print OUT "\t\t\t\t\t\n"; } elsif (ref($lynis_report_data{'boot_service[]'}) eq "ARRAY") { - print OUT "\t\t\t\t\t\n"; + foreach my $svc ( @{$lynis_report_data{'boot_service[]'}} ) { + print OUT "\t\t\t\t\t\t