Home | Previous Page | Next Page   Overview of Auditing > Audit Configuration >

Access to the Audit Trail

Standard users should not be able to view or alter audit files. The audit trail (that is, the audit files) should be accessed only with the onshowaudit utility, which has its own protection, as follows:

Windows Only
End of Windows Only

Access to Audit Files on UNIX

The following characteristics control access to audit files in a UNIX environment and protect them from being accidentally read or destroyed:

Ownership:
informix
Group ID:
same as $INFORMIXDIR/aaodir
Permissions:
660
Important:
The AAO should be careful when selecting the directory in which the audit files are stored (ADTPATH). The directories in the path must have adequate ownership and access permissions for the level of risk that the AAO allows. The default directory (/tmp) does not have adequate protection.

The following examples show the security configuration for UNIX audit files with no role separation:

aaodir

Ownership:
informix
Group ID:
informix
Permissions:
775

aaodir/adtcfg.std

Ownership:
informix
Group ID:
informix
Permissions:
644

The following examples show the UNIX security configuration with role separation:

aaodir

Ownership:
informix
Group ID:
<aao_group>
Permissions:
775

aaodir/adtcfg.std

Ownership:
informix
Group ID:
<aao_group>
Permissions:
644
Warning:
Because any account with the group ID of informix or superuser (root) ownership, or both, can access the audit trail, you must exercise care to protect these accounts and their passwords.

Access to Audit Records on Windows

Dynamic Server

The following characteristics control access to the Windows audit file and protect it from accidental viewing or deletion:

Ownership:
informix
Group ID:
same as %INFORMIXDIR%\aaodir
End of Dynamic Server

The following examples show how to control access to the Windows audit file:

aaodir

Ownership:
informix
Group ID:
Administrator

aaodir\adtcfg.std

Ownership:
database server administrator
Group ID:
Administrator
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]