mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
Fix ABI break for aa_log_record
This commit is contained in:
parent
d35a6939be
commit
c86c87e886
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user