selinux-policy/libselinux/man/man3/is_selinux_enabled.3
2005-10-07 13:42:05 +00:00

12 lines
356 B
Groff

.TH "is_selinux_enabled" "3" "1 January 2004" "russell@coker.com.au" "SE Linux API documentation"
.SH "NAME"
is_selinux_enabled \- check whether SE Linux is enabled
.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
.sp
.B int is_selinux_enabled();
.SH "DESCRIPTION"
.B is_selinux_enabled
returns 1 if SE Linux is running or 0 if it is not. May change soon.