https://bugzilla.mindrot.org/show_bug.cgi?id=2069
--- Comment #1 from Damien Miller <[email protected]> --- Comment on attachment 2217 --> https://bugzilla.mindrot.org/attachment.cgi?id=2217 support seccomp on arm Excellent - thanks for this. >diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c >index ef2b13c..2d71886 100644 >--- a/sandbox-seccomp-filter.c >+++ b/sandbox-seccomp-filter.c >@@ -44,6 +44,7 @@ > #include <linux/audit.h> > #include <linux/filter.h> > #include <linux/seccomp.h> >+#include <elf.h> Is this extra header needed? I couldn't see any use of it. -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
