From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753812AbbIJN2O (ORCPT ); Thu, 10 Sep 2015 09:28:14 -0400 Received: from h2.hallyn.com ([78.46.35.8]:40606 "EHLO h2.hallyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751971AbbIJN2K (ORCPT ); Thu, 10 Sep 2015 09:28:10 -0400 Date: Thu, 10 Sep 2015 08:28:09 -0500 From: "Serge E. Hallyn" To: David Drysdale Cc: "Eric W. Biederman" , Andy Lutomirski , "linux-kernel@vger.kernel.org" , "Serge E. Hallyn" Subject: Re: RFC: fsyscall Message-ID: <20150910132809.GA27602@mail.hallyn.com> References: <874mj4o7yd.fsf@x220.int.ebiederm.org> <8737yomrwm.fsf@x220.int.ebiederm.org> <87mvwwfngy.fsf@x220.int.ebiederm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 09, 2015 at 06:27:06PM +0100, David Drysdale wrote: > On Wed, Sep 9, 2015 at 1:25 AM, Eric W. Biederman wrote: > > Andy Lutomirski writes: > > > On Tue, Sep 8, 2015 at 4:07 PM, Eric W. Biederman wrote: > > (From this perspective, the limitation that seccomp-bpf programs only > have access to syscall arguments by-value is actually a help -- the filter > can't look into user memory, so can't be fooled by having memory > contents changed underneath it. Of course, if the eBPF stuff ever > changes that we should watch out...) Yup and I'm quite sure I've seen that raised as a reason to refuse supporting exactly that.