
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.
10 lines
50 B
Plaintext
10 lines
50 B
Plaintext
{
|
|
global:
|
|
nm*;
|
|
_nm*;
|
|
NM*;
|
|
_NM*;
|
|
local:
|
|
*;
|
|
};
|