mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 01:20:07 +01:00
We must export some symbols from NetworkManager binary so that the device plugins can function. However, many symbols are truly private and must not be exposed. Especially, our internal clone of the systemd ABI must be hidden to avoid resolution conflicts when loading any external systemd libraries.
9 lines
50 B
Text
9 lines
50 B
Text
{
|
|
global:
|
|
nm*;
|
|
_nm*;
|
|
NM*;
|
|
_NM*;
|
|
local:
|
|
*;
|
|
};
|