selinux_getpolicytype - Man Page

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)

Referenced By

is_selinux_enabled(3), selinux_config(5).

24 Sep 2008 dwalsh@redhat.com SELinux API documentation