File: auparse_normalize.3

package info (click to toggle)
audit 1%3A3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,320 kB
  • sloc: ansic: 52,040; sh: 4,869; python: 2,468; makefile: 1,419; sed: 32
file content (32 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH "AUPARSE_NORMALIZE" "3" "Feb 2017" "Red Hat" "Linux Audit API"
.SH NAME
auparse_normalize \- normalize the current event
.SH "SYNOPSIS"
.B #include <auparse.h>
.sp
.B int auparse_normalize(auparse_state_t *au, normalize_option_t opt);

.SH "DESCRIPTION"

.B auparse_normalize
analyzes the current event so that the important information about the event can be accessed through a normalized API which positions to internal field cursor to the exact record and field when asked about specific information.

The auparse_normalize function takes an opt argument to tell it how much information to gather. Legal values are:

.nf
	NORM_OPT_ALL - gather maximum information
	NORM_OPT_NO_ATTRS - do not gather subject/object attribute information
.fi


.SH "RETURN VALUE"

Returns 0 on success and 1 on error.

.SH "SEE ALSO"

.BR auparse_normalize_subject_primary (3) ,
.BR auparse_normalize_object_primary (3).

.SH AUTHOR
Steve Grubb