You've already forked mysql-audit
mirror of
https://github.com/trellix-enterprise/mysql-audit.git
synced 2025-12-14 18:14:01 +08:00
SELinux support: avoid retrictions regarding mprotect modes. Additional offests upto 5.5.28 and 5.1.66.
11 lines
175 B
Plaintext
Executable File
11 lines
175 B
Plaintext
Executable File
{
|
|
global:
|
|
_mysql_plugin_declarations_;
|
|
_mysql_plugin_interface_version_;
|
|
_mysql_sizeof_struct_st_plugin_;
|
|
audit_plugin_so_init;
|
|
thd_alloc_service;
|
|
|
|
local: *;
|
|
};
|