mirror of
https://github.com/SELinuxProject/selinux
synced 2025-03-05 01:37:33 +00:00
libselinux: Add additional log callback details in man page for auditing.
Add additional information about the log callback message types. Indicate which types could be audited and the relevant audit record types for them. Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com> Acked-by: Stephen Smalley <stephen.smalley.work@gmail.com>
This commit is contained in:
parent
075f9cfe7a
commit
f5d644c7e6
@ -51,6 +51,15 @@ argument indicates the type of message and will be set to one of the following:
|
||||
|
||||
.B SELINUX_SETENFORCE
|
||||
|
||||
SELINUX_ERROR, SELINUX_WARNING, and SELINUX_INFO indicate standard log severity
|
||||
levels and are not auditable messages.
|
||||
|
||||
The SELINUX_AVC, SELINUX_POLICYLOAD, and SELINUX_SETENFORCE message types can be
|
||||
audited with AUDIT_USER_AVC, AUDIT_USER_MAC_POLICY_LOAD, and AUDIT_USER_MAC_STATUS
|
||||
values from libaudit, respectively. If they are not audited, SELINUX_AVC should be
|
||||
considered equivalent to SELINUX_ERROR; similarly, SELINUX_POLICYLOAD and
|
||||
SELINUX_SETENFORCE should be considered equivalent to SELINUX_INFO.
|
||||
|
||||
.
|
||||
.TP
|
||||
.B SELINUX_CB_AUDIT
|
||||
|
Loading…
Reference in New Issue
Block a user