| To: | Markus Gutschke (顧孟勤) <markus@google.com> |
|---|---|
| Subject: | Re: [PATCH 2/2] x86-64: seccomp: fix 32/64 syscall hole |
| From: | Ingo Molnar <mingo@elte.hu> |
| Date: | Wed, 6 May 2009 23:54:50 +0200 |
| Cc: | Linus Torvalds <torvalds@linux-foundation.org>, Roland McGrath <roland@redhat.com>, Andrew Morton <akpm@linux-foundation.org>, x86@kernel.org, linux-kernel@vger.kernel.org, stable@kernel.org, linux-mips@linux-mips.org, sparclinux@vger.kernel.org, linuxppc-dev@ozlabs.org |
| In-reply-to: | <904b25810905061446m73c42040nfff47c9b8950bcfa@mail.gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20090228030226.C0D34FC3DA@magilla.sf.frob.com> <20090228030413.5B915FC3DA@magilla.sf.frob.com> <alpine.LFD.2.00.0902271932520.3111@localhost.localdomain> <alpine.LFD.2.00.0902271948570.3111@localhost.localdomain> <20090228072554.CFEA6FC3DA@magilla.sf.frob.com> <alpine.LFD.2.00.0902280916470.3111@localhost.localdomain> <904b25810905061146ged374f2se0afd24e9e3c1f06@mail.gmail.com> <20090506212913.GC4861@elte.hu> <904b25810905061446m73c42040nfff47c9b8950bcfa@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.18 (2008-05-17) |
* Markus Gutschke (顧孟勤) <markus@google.com> wrote:
> On Wed, May 6, 2009 at 14:29, Ingo Molnar <mingo@elte.hu> wrote:
> > That's a pretty interesting usage. What would be fallback mode you
> > are using if the kernel doesnt have seccomp built in? Completely
> > non-sandboxed? Or a ptrace/PTRACE_SYSCALL based sandbox?
>
> Ptrace has performance and/or reliability problems when used to
> sandbox threaded applications due to potential race conditions
> when inspecting system call arguments. We hope that we can avoid
> this problem with seccomp. It is very attractive that kernel
> automatically terminates any application that violates the very
> well-defined constraints of the sandbox.
>
> In general, we are currently exploring different options based on
> general availability, functionality, and complexity of
> implementation. Seccomp is a good middle ground that we expect to
> be able to use in the medium term to provide an acceptable
> solution for a large segment of Linux users. Although the
> restriction to just four unfiltered system calls is painful.
Which other system calls would you like to use? Futexes might be
one, for fast synchronization primitives?
Ingo
|
| Previous by Date: | Re: [PATCH 2/2] x86-64: seccomp: fix 32/64 syscall hole, Markus Gutschke (顧孟勤) |
|---|---|
| Next by Date: | Re: [PATCH 2/2] x86-64: seccomp: fix 32/64 syscall hole, Markus Gutschke (顧孟勤) |
| Previous by Thread: | Re: [PATCH 2/2] x86-64: seccomp: fix 32/64 syscall hole, Markus Gutschke (顧孟勤) |
| Next by Thread: | Re: [PATCH 2/2] x86-64: seccomp: fix 32/64 syscall hole, Markus Gutschke (顧孟勤) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |