summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-03-02 22:54:00 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:07 -0700
commite729cb0b733390d4955d7f79cc5c7915dd1f41ce (patch)
treeaf7f9ba95d6aabd9d1b2dc3e9187d61e36846ea5
parenta8b41e072c01df8b3a31685e44dba145feaafc21 (diff)
[PATCH] make spec file turn off selinux support by default.
-rw-r--r--udev.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.spec b/udev.spec
index 0778f93dc..9289a84e6 100644
--- a/udev.spec
+++ b/udev.spec
@@ -19,7 +19,7 @@
# if we want to build SELinux support in or not.
# 0 - no SELinux support
# 1 - SELinux support
-%define selinux 1
+%define selinux 0
# if we want to enable debugging support in udev. If it is enabled, lots of
# stuff will get sent to the debug syslog.