Unverified Commit 28805eb0 by Stéphane Graber Committed by GitHub

Merge pull request #2967 from brauner/2019-05-01/seccomp_notifier_api_removal

seccomp: remove alignment requirements
parents 2bad9476 2a621ece
...@@ -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