/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/audit_name_to_flag.3
25 строк
788 B
MIZUTA Takeshi
Add man-page for audit_name_to_flag() (#247)
19 мар 2022, 06:19
Не верифицирован
19 мар 2022, 06:19
15e2a51
Код
Авторство
О чём код?
.TH "AUDIT_NAME_TO_FLAG" "3" "Mar 2022" "Red Hat" "Linux Audit API" .SH NAME audit_name_to_flag \- Convert the rule-matching filter name to the numeric rule-matching filter value .SH "SYNOPSIS" .nf .B #include <libaudit.h> .PP .BI "int audit_name_to_flag(const char " *flag ); .fi .SH "DESCRIPTION" .BR audit_name_to_flag () converts the rule-matching filter name ("task", "exit", "user", "exclude", "filesystem") to the numeric rule-matching filter value (AUDIT_FILTER_TASK, AUDIT_FILTER_EXIT, AUDIT_FILTER_USER, AUDIT_FILTER_EXCLUDE, AUDIT_FILTER_FS). .I flag is the rule-matching filter name. .SH "RETURN VALUE" Returns -1 if an error occurs; otherwise, the return value is the numeric rule-matching filter value. .SH "SEE ALSO" .BR audit_flag_to_name (3), .SH AUTHOR Steve Grubb