проверьте, определен ли контекст безопасности SELinux tty как защищенный контекст (check whether a SELinux tty security context is defined as a securetty context)
Имя (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)
selinux(8)