1security_policyvers(3) SELinux API documentation security_policyvers(3)
23
4
NAME
6security_policyvers - get the version of the SELinux policy
7
SYNOPSIS
9#include <selinux/selinux.h>
1011
int security_policyvers();
1213
DESCRIPTION
15security_policyvers returns the version of the policy (a positive inte‐
16ger) on success, or -1 on error.
1718
SEE ALSO
20selinux(8)
2122
23
24
25
russell@coker.com.au 1 January 2004 security_policyvers(3)