[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to test if SELinux is 'running'
- From: Stephen Smalley <sds tycho nsa gov>
- To: Tom London <selinux gmail com>
- Cc: fedora-selinux <fedora-selinux-list redhat com>
- Subject: Re: How to test if SELinux is 'running'
- Date: Thu, 11 Oct 2007 13:07:29 -0400
On Thu, 2007-10-11 at 10:00 -0700, Tom London wrote:
> What is the 'approved' method for determining if SELinux is 'running',
> that is, active, and in either enforcing or permissive mode?
>
> If my feeble memory serves me, there used to be a 'isSELinux' or some
> such, but I can't seem to find this anymore.
>
> I'd like to modify some scripts to work both with and without SELinux
> active, e.g., vmware. It is currently testing against the contents of
> /selinux/enforce, but that does not seem right....
What kind of scripts? Python scripts can use the python bindings to
libselinux to directly invoke is_selinux_enabled(),
security_getenforce(), and/or selinux_getenforcemode().
Shell scripts can execute selinuxenabled (as a boolean condition,
exiting with 0 for true and 1 for false, just like /bin/true
and /bin/false, for use in conditional statements - no output),
getenforce (displaying the Enforcing/Permissive/Disabled status as
output), or sestatus (displaying more information).
--
Stephen Smalley
National Security Agency
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]