1
0
-1

Hello, running Open-Audit 5.0.3 and noticed that for our AlmaLinux 9 systems, the software list is limited to only showing the OS. 

Is this what is expected?

I am hoping to get the same type of software list (with version) as seen for a new Ubuntu 22 system:

I also want to mention: Great job with OA 5!

thank you,

Phil

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hey Phil,

      Thanks for reporting that. Easy fix. You can do either:

      1. Download the patched audit script from https://github.com/Opmantek/open-audit/blob/master/other/audit_linux.sh
      2. Edit the file /usr/local/open-audit/other/audit_linux.sh

      For option #2, at about line 2673 change it from:

      		'CentOS' | 'RedHat' | 'SUSE' | 'Fedora' | 'Suse' | 'Amazon' | 'Mariner' )

      to (this line is longer, you may need to scroll sideways).

      		'CentOS' | 'RedHat' | 'SUSE' | 'Fedora' | 'Suse' | 'Amazon' | 'Mariner' | 'AlmaLinux' )

      And you're done (smile)

      Mark.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Perfect, thank you Mark

          CommentAdd your comment...