selinux-policy/libselinux/man/man3/selinux_getenforcemode.3

23 lines
717 B
Groff
Raw Normal View History

2005-10-07 13:42:05 +00:00
.TH "selinux_getenforcemode" "3" "25 May 2004" "dwalsh@redhat.com" "SE Linux API documentation"
.SH "NAME"
selinux_getenforcemode \- get the enforcing state of SE Linux
.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
.sp
.B int selinux_getenforcemode(int *enforce);
.br
.SH "DESCRIPTION"
.B selinux_getenforcemode
Reads the contents of the /etc/selinux/config file to determine how the
system was setup to run SELinux.
.br
Sets the value of enforce to 1 if SELinux should be run in enforcing mode.
Sets the value of enforce to 0 if SELinux should be run in permissive mode.
Sets the value of enforce to -1 if SELinux should be disabled.
.SH "RETURN VALUE"
On success, zero is returned.
On failure, -1 is returned.