seccomp: remove alignment requirements

since apparently there are insane programming languages out there that just silently remove packed members in structs. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent ebc1c319
...@@ -56,7 +56,7 @@ struct seccomp_notify_proxy_msg { ...@@ -56,7 +56,7 @@ struct seccomp_notify_proxy_msg {
struct seccomp_notif_resp resp; struct seccomp_notif_resp resp;
pid_t monitor_pid; pid_t monitor_pid;
pid_t init_pid; pid_t init_pid;
} __attribute__((packed, aligned(8))); };
struct seccomp_notify { struct seccomp_notify {
bool wants_supervision; bool wants_supervision;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment