diff options
Diffstat (limited to 'src/nm-daemon-helper')
| -rw-r--r-- | src/nm-daemon-helper/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/nm-daemon-helper/README.md b/src/nm-daemon-helper/README.md new file mode 100644 index 00000000..695f5335 --- /dev/null +++ b/src/nm-daemon-helper/README.md @@ -0,0 +1,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. |