1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

[PATCH] add USE_SELINUX to README documentation so people have a chance to see what is going on.

This commit is contained in:
greg@kroah.com 2004-10-05 23:51:24 -07:00 committed by Greg KH
parent 8f2f874ae8
commit 057f2bdbf6

4
README
View File

@ -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