Man Page: selinux_getenforcemode
Operating Environment: centos
Section: 3
selinux_getenforcemode(3) SELinux API documentation selinux_getenforcemode(3)NAMEselinux_getenforcemode - get the enforcing state of SELinuxSYNOPSIS#include <selinux/selinux.h> int selinux_getenforcemode(int *enforce);DESCRIPTIONselinux_getenforcemode() Reads the contents of the /etc/selinux/config file to determine how the system was setup to run SELinux. 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 per- missive mode. Sets the value of enforce to -1 if SELinux should be disabled.RETURN VALUEOn success, zero is returned. On failure, -1 is returned.SEE ALSOselinux(8) dwalsh@redhat.com 25 May 2004 selinux_getenforcemode(3)
| Related Man Pages |
|---|
| selinux_config(5) - centos |
| check-selinux-installation(8) - debian |
| security_mkload_policy(3) - centos |
| selinux(8) - mojave |
| selinux(8) - ultrix |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| How to increment version inside a file? |
| Tar Command |
| Please Welcome Dave Munro to the Moderator Team! |