Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

systemd: Fix systemd builds with newer versions of libseccomp. #220

Closed

Conversation

DolceTriade
Copy link

libseccomp 2.5.0+ is required to run newer versions of runc. However, libseccomp 2.5.0+ broke systemd by changing one of its macros. Systemd fixed the breakage here:
systemd/systemd#21969, but in its backport to 249-stable, it doesn't fix the usage in seccomp-util (31f64a6). This patch backports the missing include from the above issue.

libseccomp 2.5.0+ is required to run newer versions of runc. However,
libseccomp 2.5.0+ broke systemd by changing one of its macros. Systemd
fixed the breakage here:
systemd/systemd#21969, but in its backport to
249-stable, it doesn't fix the usage in seccomp-util
(31f64a6). This patch backports the missing
include from the above issue.
@yuwata
Copy link
Member

yuwata commented Oct 11, 2022

How about to cherry pick systemd/systemd@e83156c ?

@DolceTriade
Copy link
Author

DolceTriade commented Oct 11, 2022

Ah, that's a good idea. It doesn't apply cleanly. Will need some clean up

@DolceTriade
Copy link
Author

#221 is better?

@yuwata
Copy link
Member

yuwata commented Oct 11, 2022

#221 is better?

Yeah. I think so. Closing.

@yuwata yuwata closed this Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants