This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
NetworkManager
Watch
1
Star
0
Fork
You've already forked NetworkManager
0
mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced
2026-03-05 12:20:34 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9f4ce4e283
NetworkManager
/
src
/
NetworkManager.ver
11 lines
59 B
Text
Raw
Normal View
History
Unescape
Escape
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:21:22 +01:00
{
global:
daemon: disable external visibility for nmdbus_* symbols The generated code includes too much code that's not actually used. LTO would drop it once it's not exported.
2016-05-18 17:20:11 +02:00
nm_*;
nmp_*;
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:21:22 +01:00
_nm*;
NM*;
_NM*;
local:
*;
};
Reference in a new issue
Copy permalink