/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/audit_is_enabled.3
26 строк
545 B
MIZUTA Takeshi
Add man-page for audit_is_enabled() (#200)
06 май 2021, 00:05
Не верифицирован
06 май 2021, 00:05
cbdaa56
Код
Авторство
О чём код?
.TH "AUDIT_IS_ENABLED" "3" "May 2021" "Red Hat" "Linux Audit API" .SH NAME audit_is_enabled \- judge whether auditing is enabled or not .SH "SYNOPSIS" .nf .B #include <libaudit.h> .PP .BI "int audit_is_enabled(int " fd "); .fi .SH "DESCRIPTION" .BR audit_is_enabled () judges whether auditing is enabled or not. .I fd must have been returned by .BR audit_open (3). .SH "RETURN VALUE" This function will return 0 if auditing is NOT enabled and 1 if enabled, and -1 on error. .SH "SEE ALSO" .BR audit_set_enabled (3). .SH AUTHOR Steve Grubb