Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-19 | nss: Directly load nss_dns, without going through dlsym/dlopen | Florian Weimer | |
This partially fixes static-only NSS support (bug 27959): The dns module no longer needs dlopen. Support for disabling dlopen altogher remains to be added. This commit introduces module_load_builtin into nss/nss_module.c, which handles the common parts of loading the built-in nss_files and nss_dns modules. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com> |