igmp: Avoid zero delay when receiving odd mixture of IGMP queries
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / security / selinux / exports.c
blobe75dd94e2d2bd67b6a195850d72199de12067b9d
1 /*
2 * SELinux services exported to the rest of the kernel.
4 * Author: James Morris <jmorris@redhat.com>
6 * Copyright (C) 2005 Red Hat, Inc., James Morris <jmorris@redhat.com>
7 * Copyright (C) 2006 Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
8 * Copyright (C) 2006 IBM Corporation, Timothy R. Chavez <tinytim@us.ibm.com>
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2,
12 * as published by the Free Software Foundation.
14 #include <linux/module.h>
15 #include <linux/selinux.h>
17 #include "security.h"
19 bool selinux_is_enabled(void)
21 return selinux_enabled;
23 EXPORT_SYMBOL_GPL(selinux_is_enabled);