security_policyvers
get the version of the SELinux policy
- Provided by: libselinux1-dev (Version: 3.3-1build2)
- Source: libselinux
- Report a bug
get the version of the SELinux policy
#include <selinux/selinux.h>
int security_policyvers();
security_policyvers() returns the version of the policy (a positive integer) on success, or -1 on error.