mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-27 05:30:42 +01:00
libnm: add safe file access backported symbols from 1.54.3
Add to main branch symbols for safe file access that were backported to 1.54.3 to allow seamless upgrading from 1.54 to 1.58.
This commit is contained in:
parent
cd223e6696
commit
a550828f76
2 changed files with 17 additions and 0 deletions
|
|
@ -2089,6 +2089,11 @@ global:
|
|||
nm_setting_hsr_protocol_version_get_type;
|
||||
} libnm_1_54_0;
|
||||
|
||||
libnm_1_54_3 {
|
||||
#nm_utils_copy_cert_as_user@libnm_1_54_3;
|
||||
#nm_vpn_plugin_info_supports_safe_private_file_access@libnm_1_54_3;
|
||||
} libnm_1_54_2;
|
||||
|
||||
libnm_1_56_0 {
|
||||
global:
|
||||
nm_dns_server_validate;
|
||||
|
|
|
|||
|
|
@ -9351,3 +9351,15 @@ NM_BACKPORT_SYMBOL(libnm_1_52_2,
|
|||
nm_vpn_plugin_info_supports_safe_private_file_access,
|
||||
(NMVpnPluginInfo * self),
|
||||
(self));
|
||||
|
||||
NM_BACKPORT_SYMBOL(libnm_1_54_3,
|
||||
char *,
|
||||
nm_utils_copy_cert_as_user,
|
||||
(const char *filename, const char *user, GError **error),
|
||||
(filename, user, error));
|
||||
|
||||
NM_BACKPORT_SYMBOL(libnm_1_54_3,
|
||||
gboolean,
|
||||
nm_vpn_plugin_info_supports_safe_private_file_access,
|
||||
(NMVpnPluginInfo * self),
|
||||
(self));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue