Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757352Ab1EBKIZ (ORCPT ); Mon, 2 May 2011 06:08:25 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:46561 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755616Ab1EBKIY convert rfc822-to-8bit (ORCPT ); Mon, 2 May 2011 06:08:24 -0400 MIME-Version: 1.0 In-Reply-To: References: <1303960136-14298-1-git-send-email-wad@chromium.org> <1303960136-14298-3-git-send-email-wad@chromium.org> <20110428122334.D197.A69D9226@jp.fujitsu.com> Date: Mon, 2 May 2011 03:08:23 -0700 Message-ID: Subject: Re: [PATCH 4/7] seccomp_filter: add process state reporting From: Will Drewry To: James Morris Cc: KOSAKI Motohiro , linux-kernel@vger.kernel.org, kees.cook@canonical.com, eparis@redhat.com, agl@chromium.org, mingo@elte.hu, rostedt@goodmis.org, Andrew Morton , Alexey Dobriyan , David Howells , Al Viro , David Rientjes , Stephen Wilson , Frederic Weisbecker Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1123 Lines: 28 On Thu, Apr 28, 2011 at 3:54 PM, James Morris wrote: > On Wed, 27 Apr 2011, Will Drewry wrote: > >> > Can't you make individual seccomp specific file? >> >> Definitely. ?Would it make sense to have /proc//seccomp and >> /proc//seccomp_filter? > > Do you need the separate seccomp file vs. just checking what's in > seccomp_filter ? Initially, I would've said yes, because I had modeled it such that any entries in /proc//seccomp_filter could be fed right back into as filters. However, as I've reworked it from Frederic and other's feedback, I don't need to keep the separation - all the relevant info can just be in seccomp_filter and no secondary file will be useful. Thanks for pointing it out! I'm tracking down what is, no doubt, a dumb bug (still), but once I sort it, I'll repost the series with this change included. Cheers! will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/