Интерактивная система просмотра системных руководств (man-ов)
security_check_context (3)
>> security_check_context (3) ( Linux man: Библиотечные вызовы )
NAME
security_check_context - check the validity of a context
SYNOPSIS
#include <selinux/selinux.h>
int security_check_context(security_context_t con);
DESCRIPTION
security_check_context
returns 0 if SE Linux is running and the context is valid, otherwise it
returns -1.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-