Files
NetworkManager/src/NetworkManager.ver
Thomas Haller 24d96e6f65 build: hide internal symbols in NetworkManager binary
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.
2016-03-08 17:45:50 +01:00

10 lines
50 B
Plaintext

{
global:
nm*;
_nm*;
NM*;
_NM*;
local:
*;
};