platform_external_selinux/libselinux/man/man3/security_getenforce.3
2008-08-19 15:30:36 -04:00

23 lines
690 B
Groff

.TH "security_getenforce" "3" "1 January 2004" "russell@coker.com.au" "SELinux API documentation"
.SH "NAME"
security_getenforce, security_setenforce \- get or set the enforcing state of SELinux
.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
.sp
.B int security_getenforce();
.BI "int security_setenforce(int "value );
.SH "DESCRIPTION"
.B security_getenforce
returns 0 if SELinux is running in permissive mode, 1 if it is running in
enforcing mode, and -1 on error.
.B security_setenforce
sets SELinux to enforcing mode if the value 1 is passed in, and sets it to
permissive mode if 0 is passed in. On success 0 is returned, on error -1 is
returned.
.SH "SEE ALSO"
.BR selinux "(8)"