trusty (3) security_check_context_raw.3.gz

Provided by: libselinux1-dev_2.2.2-1ubuntu0.1_amd64 bug

NAME

       security_check_context - check the validity of a SELinux context

SYNOPSIS

       #include <selinux/selinux.h>

       int security_check_context(security_context_t con);

       int security_check_context_raw(security_context_t con);

DESCRIPTION

       security_check_context()  returns  0 if SELinux is running and the context is valid, otherwise it returns
       -1.

       security_check_context_raw() behaves identically to security_check_context() but does not perform context
       translation.

SEE ALSO

       selinux(8)