Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

security_policyvers - get the version of the SELinux policy

Description

security_policyvers() returns the version of the policy (a positive integer) on success, or -1 on error.

Name

       security_policyvers - get the version of the SELinux policy

See Also

selinux(8)

russell@coker.com.au                             1 January 2004                           security_policyvers(3)

Synopsis

#include<selinux/selinux.h>intsecurity_policyvers(void);

See Also