X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=97db7761e593c14a6b88a0f93575ea52fc16ab25;hp=1778d56b4006d1002a4dbdb8323aaef3906db2f6;hb=c2d5139bfc67e0604e91e49081568fe9e13bd365;hpb=bf0323a34fa038fd3ff6b0ff34c0dbfb812de4bf diff --git a/NEWS b/NEWS index 1778d56b4..97db7761e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ udev 155 ======== +Bugfixes. + +Now the udev daemon itself, does on startup: + - copy the content of /lib/udev/devices to /dev + - create the standard symlinks like /dev/std{in,out,err}, + /dev/core, /dev/fd, ... + - use static node information provided by kernel modules + and creates these nodes to allow module on-demand loading + - possibly apply permissions to all ststic nodes from udev + rules which are annotated to match a static node + +The default mode for a device node is 0600 now to match the kernel +created devtmpfs defaults. If GROUP= is specified and no MODE= is +given the default will be 0660. udev 154 ========