2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00
sudo/plugins/sudoers/sudoers.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
104 B
Plaintext

sudoers.so {
global:
# Policy and I/O plugin structs
sudoers_policy;
sudoers_io;
local:
*;
};