From: greg@kroah.com Date: Wed, 6 Oct 2004 06:51:24 +0000 (-0700) Subject: [PATCH] add USE_SELINUX to README documentation so people have a chance to see what... X-Git-Tag: 033~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=057f2bdbf65ba6276209869feb74097d73c06b99 [PATCH] add USE_SELINUX to README documentation so people have a chance to see what is going on. --- diff --git a/README b/README index 508566b50..c0475dc90 100644 --- a/README +++ b/README @@ -44,6 +44,9 @@ To use: what udev is doing. This is enabled by default. Note, if you are building udev against klibc it is recommended that you disable this option (due to klibc's syslog implementation.) + USE_SELINUX + if set to 'true', udev will be built with SELinux support + enabled. This is disabled by default. DEBUG if set to 'true', debugging messages will be sent to the syslog as udev is run. Default value is 'false'. @@ -88,3 +91,4 @@ know by sending a message to the linux-hotplug-devel mailing list at: greg k-h greg@kroah.com +