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

NAME

6       audit_flag_to_name  - Convert the numeric rule-matching filter value to
7       the rule-matching filter name
8

SYNOPSIS

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

DESCRIPTION

15       audit_flag_to_name() converts the numeric  rule-matching  filter  value
16       (AUDIT_FILTER_TASK,  AUDIT_FILTER_EXIT,  AUDIT_FILTER_USER,  AUDIT_FIL‐
17       TER_EXCLUDE, AUDIT_FILTER_FS) to the rule-matching filter name ("task",
18       "exit",  "user",  "exclude",  "filesystem").  flag is the numeric rule-
19       matching filter value.
20
21

RETURN VALUE

23       Returns NULL if an error occurs; otherwise, the  return  value  is  the
24       rule-matching filter name.
25
26

SEE ALSO

28       audit_name_to_flag(3),
29
30

AUTHOR

32       Steve Grubb
33
34
35
36Red Hat                            Mar 2022              AUDIT_FLAG_TO_NAME(3)
Impressum