Files
sudo/plugins/sample/sample_plugin.map
Todd C. Miller 6f6b0dec6c Use gcc's visibility attribute to specify when symbols are visible
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.
2012-06-13 14:01:16 -04:00

9 lines
108 B
Plaintext

sample_plugin.so {
global:
# Policy and I/O plugin structs
sample_policy;
sample_io;
local:
*;
};