Skip to content

Commit

Permalink
Merge pull request #2967 from brauner/2019-05-01/seccomp_notifier_api…
Browse files Browse the repository at this point in the history
…_removal

seccomp: remove alignment requirements
  • Loading branch information
stgraber committed May 1, 2019
2 parents 2bad947 + 2a621ec commit 28805eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/lxcseccomp.h
Expand Up @@ -56,7 +56,7 @@ struct seccomp_notify_proxy_msg {
struct seccomp_notif_resp resp;
pid_t monitor_pid;
pid_t init_pid;
} __attribute__((packed, aligned(8)));
};

struct seccomp_notify {
bool wants_supervision;
Expand Down

0 comments on commit 28805eb

Please sign in to comment.