blob: 695f533553da4318202d85b1c5138acf34eb950a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
nm-daemon-helper
================
A internal helper application that is spawned by NetworkManager
to perform certain actions.
Currently all it does is doing a reverse DNS lookup, which
cannot be done by NetworkManager because the operation requires
to reconfigure the libc resolver (which is a process-wide operation).
This is not directly useful to the user.
|