aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorScott James Remnant <scott@ubuntu.com>2009-01-20 21:33:02 +0000
committerScott James Remnant <scott@netsplit.com>2009-01-20 21:33:02 +0000
commit5f03ed8a56d308af72db8a48ab66ed68667af2c6 (patch)
tree0677da5f63eeb76c8da17da2162e555ef1a80a10 /NEWS
parentfc7d16f993df6cef0e6038c63942d17994fde672 (diff)
downloadudev-5f03ed8a56d308af72db8a48ab66ed68667af2c6.tar.gz
Allow user and group lookup to be disabled.
In certain cut-down situations such as an installer or inside the initramfs, we simply don't have any kind of name service. While we could use rules without OWNER or GROUP, it's better to have the same rules as a full system and have udevd ignore those parts of the rules. Adds a --resolve-names=never switch to udevd that has this effect.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bcfd773c..52bfa6a9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ Bugfixes.
The udevadm test command has no longer a --force option, nodes and symlinks
are always updated with a test run now.
+The udevd daemon can be started with --resolve-names=never to avoid all user
+and group lookups (e.g. in cut-down systems).
+
udev 136
========
Bugfixes.