Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd /tmp
tar xf OAE-Linux-x68_64-release_1.4.tar.gz
cd Open-AudIT-1.4.0
./installer

CentOS / RedHat considerations

CentOS and RedHat may require some items set outside of the installer script. These will be added to the installer in a future version.

SELinux

If SELinux is installed and running, you will need to disable it.

...

SELINUX=enforcing

to

SELINUX=permissive

ipTables

ipTables is installed, active and blocks all ports except port 22 by default. You can disable ipTables completely or allow only port 80.

...