selinux_getpolicytype
Section: SELinux API documentation (3)
Updated: 24 Sep 2008
Index
Return to Main Contents
NAME
selinux_getpolicytype - get the type of SELinux policy running on the system
SYNOPSIS
#include <selinux/selinux.h>
int selinux_getpolicytype(char **policytype);
DESCRIPTION
selinux_getpolicytype()
Reads the contents of the
/etc/selinux/config
file to determine the SELinux policy used on the system, and sets
policytype
accordingly. Free
policytype
with
free(3).
RETURN VALUE
On success, zero is returned.
On failure, -1 is returned.
SEE ALSO
selinux(8)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 00:05:56 GMT, March 31, 2021