aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-28 00:52:20 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:31 -0700
commit8481f8ce2bd2b19ebcf3cb96ac6825093f626b0f (patch)
tree9311b5e7fe1b85b1d5645d1b3dd4a4cfc0ab7737 /README
parent89067448b935d580496555f257dd5512c4c39098 (diff)
downloadudev-8481f8ce2bd2b19ebcf3cb96ac6825093f626b0f.tar.gz
[PATCH] Add initial SELinux support for udev
Based on a patch from Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index c6391210..75d642c9 100644
--- a/README
+++ b/README
@@ -49,6 +49,11 @@ To use:
creates or removes a device node. This requires that DBUS
development headers and libraries be present on your system to
build properly. Default value is 'false'.
+ USE_SELINUX
+ if set to 'true', SELinux support for udev will be built in.
+ This requires that SELinux development headers and libraries be
+ present on your system to build properly. Default value is
+ 'false'.
DEBUG
if set to 'true', debugging messages will be sent to the syslog
as udev is run. Default value is 'false'.
@@ -97,3 +102,4 @@ greg@kroah.com
+