получить версию политики SELinux (get the version of the SELinux policy)
Имя (Name)
security_policyvers - get the version of the SELinux policy
Синопсис (Synopsis)
#include <selinux/selinux.h>
int security_policyvers();
Описание (Description)
security_policyvers
() returns the version of the policy (a
positive integer) on success, or -1 on error.
Смотри также (See also)
selinux(8)