diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-24 17:18:01 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-24 19:02:13 -0300 |
commit | e8a7a315391a6a07897122725cd707f4e9ce63d7 (patch) | |
tree | 4fb99f88b8e3bdb47cdc846a27113ee9fe0a0be5 /TODO | |
parent | 2b77f67e78827cc7e85fb43b05d3e1623b31a1bf (diff) |
nss-myhostname: resolve 'localhost' so that /etc/hosts becomes optional
This makes sure nss-myhostname not only resolves the local host name to
127.0.0.2/::1 but also the host name 'localhost: to 127.0.0.1/::1. This
makes installation of /etc/passwd optional, as it usually only includes
a mapping for 'localhost'.
This change also resolves ::1 to the local hostname (as before), but
also lists 'localhost' as an alias. This means look-ups are now fully
reversible, even though they are 1:n mappings.
Finally, the module will no longer erroneously claim that local IP
addresses which aren't on the loopback device were.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,6 +26,10 @@ Fedora 19: Features: +* nss-myhostname: investigate whether there's any point in also + resolving localhost6, localhost.localdomain, ip6-localhost or any of + the other names often seen in /etc/hosts + * see if we can fix https://bugs.freedesktop.org/show_bug.cgi?id=63672 without dropping the location cache entirely. @@ -47,14 +51,10 @@ Features: * timedatctl, localectl: possibly make some commands work without the daemon, for chroot situations... -* logind: consider making suspend inhibitor locks non-session specific, but keep suspend-key inhibitor locks session specific - * logind: add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly. * we need dynamic units -* nss-myhostname should also resolve 'localhost' so that /etc/hosts becomes optional. - * add s.th. like "systemctl set-log-level debug" * sd-login: allow enumerating machines and add inotify iface |