table of contents
other versions
- bookworm 3.4-1+b6
- testing 3.5-2
- unstable 3.5-2+b2
- experimental 3.5-2.1~exp1
selinux_check_securetty_context(3) | SELinux API documentation | selinux_check_securetty_context(3) |
NAME¶
selinux_check_securetty_context - check whether a SELinux tty security context is defined as a securetty context
SYNOPSIS¶
#include <selinux/selinux.h>
int selinux_check_securetty_context(char *tty_context);
DESCRIPTION¶
selinux_check_securetty_context() returns 0 if tty_context is a securetty context, returns < 0 otherwise.
SEE ALSO¶
1 January 2007 | dwalsh@redhat.com |