1AUDIT_ACTION_TO_NAME(3)         Linux Audit API        AUDIT_ACTION_TO_NAME(3)
2
3
4

NAME

6       audit_action_to_name  -  Convert the numeric action value to the action
7       name
8

SYNOPSIS

10       #include <libaudit.h>
11
12       const char *audit_action_to_name(int action);
13

DESCRIPTION

15       audit_action_to_name() converts the numeric action value  (AUDIT_NEVER,
16       AUDIT_POSSIBLE,  AUDIT_ALWAYS) to the action name ("never", "possible",
17       "always").  action is the numeric action value.
18
19

RETURN VALUE

21       Returns NULL if an error occurs; otherwise, the return value is the ac‐
22       tion name.
23
24

SEE ALSO

26       audit_name_to_action(3),
27
28

AUTHOR

30       Steve Grubb
31
32
33
34Red Hat                            Mar 2022            AUDIT_ACTION_TO_NAME(3)
Impressum