summaryrefslogtreecommitdiff
path: root/src/shared/libshared.sym
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: tabs suck (#8527)Lennart Poettering2018-03-231-1/+1
|
* shared: Add a linker script so that all functions are tagget @SD_SHARED ↵Felipe Sateler2017-08-281-0/+3
instead of @Base (#6669) This helps prevent symbol collisions with other programs and libraries. In particular, because PAM modules are loaded into the process that is creating the session, and systemd creates PAM sessions, the potential for collisions is high. Disambiguate all systemd calls by tagging a 'version' SD_SHARED. Fixes #6624