NAME
selinux_check_securetty_context - check whether a SELinux tty security context is defined as a securetty context
SYNOPSIS
#include <selinux/selinux.h>
I int selinux_check_securetty_context(security_context_t tty_context );
DESCRIPTION
selinux_check_securetty_context
returns 0 if tty_context is a securetty context
returns < 0 otherwise.
SEE ALSO
R selinux (8)