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();
12
DESCRIPTION
14security_policyvers() returns the version of the policy (a positive
15integer) on success, or -1 on error.
16
SEE ALSO
18selinux(8)
1920
21
22
russell@coker.com.au 1 January 2004 security_policyvers(3)