2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

Fix ABI break for aa_log_record

This commit is contained in:
Maxime Bélair 2024-10-01 22:06:45 +00:00 committed by John Johansen
parent d35a6939be
commit c86c87e886

View File

@ -86,8 +86,6 @@ typedef struct
char *net_foreign_addr;
unsigned long net_foreign_port;
char *execpath;
char *dbus_bus;
char *dbus_path;
char *dbus_interface;
@ -104,6 +102,7 @@ typedef struct
char *net_addr;
char *peer_addr;
char *execpath;
} aa_log_record;
/**