mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
or hidden, if available. If not available, use an ELF version script if it is supported. If all else fails, fall back to using libtool's -export-symbols.
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
sample_group.so {
|
|
global:
|
|
# Group plugin structure
|
|
group_plugin;
|
|
local:
|
|
*;
|
|
};
|