summaryrefslogtreecommitdiff
path: root/tools/create-exports-NetworkManager.sh
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-06-24 16:16:42 +0200
committerThomas Haller <thaller@redhat.com>2019-06-26 12:26:11 +0200
commit7b6f1c2d90e2ee96bf18ab14863ca4ad5c47d031 (patch)
treea0fb372a27bd6623acca3f35b78cda2191be9d2b /tools/create-exports-NetworkManager.sh
parente36cf1e8907cee37fba0c939d562c5cfde0dcde3 (diff)
downloadNetworkManager-7b6f1c2d90e2ee96bf18ab14863ca4ad5c47d031.tar.gz
tools: export more symbols from NetworkManager binary to pluginsth/various-settings-cleanup-3
Plugins also may use nmtst_*() functions (when built with --with-more-asserts) or c_list_*(). Whitelist them too.
Diffstat (limited to 'tools/create-exports-NetworkManager.sh')
-rwxr-xr-xtools/create-exports-NetworkManager.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-exports-NetworkManager.sh b/tools/create-exports-NetworkManager.sh
index 052968999a..b089aba2fc 100755
--- a/tools/create-exports-NetworkManager.sh
+++ b/tools/create-exports-NetworkManager.sh
@@ -61,7 +61,7 @@ get_symbols_missing() {
./src/devices/*/${libs} \
./src/ppp/${libs} -name '*.so' 2>/dev/null); do
call_nm "$f" |
- sed -n 's/^\([U]\) \(\(nm_\|nmp_\|_nm\|NM\|_NM\|c_siphash_\).*\)$/\2/p'
+ sed -n 's/^\([U]\) \(\(nm_\|nmp_\|_nm\|NM\|_NM\|nmtst_\|c_siphash_\|c_list_\).*\)$/\2/p'
done) |
_sort |
grep -Fx -f <(get_symbols_explict) -v |