diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-05 23:51:24 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:37:02 -0700 |
commit | 057f2bdbf65ba6276209869feb74097d73c06b99 (patch) | |
tree | 9db78d1b478cedfc88a59fe1169eda248caadaed /README | |
parent | 8f2f874ae8d5bfdc1eda9b1f9d77f6637f6940a5 (diff) |
[PATCH] add USE_SELINUX to README documentation so people have a chance to see what is going on.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 + |