bugzilla-daemon at mindrot.org
2013-Feb-05 11:35 UTC
[Bug 2011] sandbox selection needs some kind of fallback mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=2011 --- Comment #8 from Petr Lautrbach <plautrba at redhat.com> --- Created attachment 2214 --> https://bugzilla.mindrot.org/attachment.cgi?id=2214&action=edit don't probe seccomp capability of running kernel in configure I'd like to add also possibility to build seccomp_filter sandbox on system with older kernel, E.g. Fedora build systems use buildroots with needed sources and headers, but system is run with older kernels. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Feb-05 20:14 UTC
[Bug 2011] sandbox selection needs some kind of fallback mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=2011 --- Comment #9 from Damien Miller <djm at mindrot.org> --- Comment on attachment 2214 --> https://bugzilla.mindrot.org/attachment.cgi?id=2214 don't probe seccomp capability of running kernel in configure Maybe it should just s/AC_LINK_IFELSE/AC_RUN_IFELSE/ here? -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Feb-06 09:51 UTC
[Bug 2011] sandbox selection needs some kind of fallback mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=2011
Petr Lautrbach <plautrba at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2214|0 |1
is obsolete| |
--- Comment #10 from Petr Lautrbach <plautrba at redhat.com> ---
Created attachment 2215
--> https://bugzilla.mindrot.org/attachment.cgi?id=2215&action=edit
don't probe seccomp capability of running kernel in configure
You are right, s/AC_RUN_IFELSE/AC_LINK_IFELSE/ is sufficient.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Feb-06 10:24 UTC
[Bug 2011] sandbox selection needs some kind of fallback mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=2011 --- Comment #11 from Colin Watson <cjwatson at debian.org> --- Comment on attachment 2215 --> https://bugzilla.mindrot.org/attachment.cgi?id=2215 don't probe seccomp capability of running kernel in configure If you're switching to AC_LINK_IFELSE, you should remove the fourth argument to the macro which controls behaviour when cross-compiling. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Feb-06 12:35 UTC
[Bug 2011] sandbox selection needs some kind of fallback mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=2011
Petr Lautrbach <plautrba at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2215|0 |1
is obsolete| |
--- Comment #12 from Petr Lautrbach <plautrba at redhat.com> ---
Created attachment 2216
--> https://bugzilla.mindrot.org/attachment.cgi?id=2216&action=edit
don't probe seccomp capability of running kernel in configure
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Feb-06 23:11 UTC
[Bug 2011] sandbox selection needs some kind of fallback mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=2011 --- Comment #13 from Damien Miller <djm at mindrot.org> --- applied - thanks. This will be in openssh-6.2, hopefully due around the end of the month. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Apparently Analagous Threads
- [Bug 2011] New: sandbox selection needs some kind of fallback mechanism
- [Bug 983] Required authentication
- [Bug 2166] New: sshd logs unnecessary messages if some of default host keys doesn't exist
- [Bug 2263] New: sshd privsep monitor process doesn't handle SIGXFSZ signal
- [Bug 2332] New: Show more secure fingerprints than MD5 (e.g. SHA256) in ssh and ssh-keygen