AUDIT_BINFILE(7) | Standards, Environments, and Macros | AUDIT_BINFILE(7) |
/usr/lib/security/audit_binfile.so
The p_minfree attribute specifies the percentage of free space required. If free space falls below this threshold, the audit daemon auditd(8) invokes the shell script audit_warn(8). The default threshold is 0%.
The p_fsize attribute defines the maximum size in bytes that an audit file can become before it is automatically closed and a new audit file opened. This is equivalent to an administrator issuing an audit -n command when the audit file contains the specified number of bytes. The default size is zero (0), which allows the file to grow without bound. The value specified must be within the range of [512,000, 2,147,483,647].
# auditconfig -setplugin audit_binfile active p_minfree=20 # auditconfig -setplugin audit_binfile active \ p_dir=/var/audit/jedgar/eggplant,\ /var/audit/jedgar.aux/eggplant,\ /var/audit/global/eggplant
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
MT Level | MT-Safe |
Interface Stability | Committed |
March 6, 2017 | OmniOS |