[Bug 2069] arm support for sandbox_seccomp_filter

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Feb 8 10:16:56 EST 2013


https://bugzilla.mindrot.org/show_bug.cgi?id=2069

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
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.


More information about the openssh-bugs mailing list