Received: by 10.223.185.116 with SMTP id b49csp3917792wrg; Tue, 6 Mar 2018 07:05:58 -0800 (PST) X-Google-Smtp-Source: AG47ELtSiln1PRhMLLQIkw9nJGOkETKiPeZFlxI/MRWl1e2FLvxnWD1zDSkbw8A8escR7cEUnjT+ X-Received: by 10.98.79.90 with SMTP id d87mr19176493pfb.41.1520348758309; Tue, 06 Mar 2018 07:05:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520348758; cv=none; d=google.com; s=arc-20160816; b=KBNY7TbRE62jgf5T2LSiAtXAguXAq7fAb/HEfHlCNt3ESSv+cq5ZOlMAJS7kR5kx9S /LQVNZrh15nbajXOgNwhu16fJpk87bd5pdzhUYdLfvTqz9z2hnkrOP3CXFBpm4s5srzB goNOSycZsoH0iXIIfdPSCL9000zGGXMafOUzVbsFEGgxKTzYxDb8MUaA8ZogrKV/Yz2C ETJ6fwYtf6Aly/pAyW9LOBfcJN5fqNf/YuevDciEuzN6xRNbitdi79kY88RwLp9hRI3N 0cqryvocxmrzXCGmiwyRqQk0e4+IBVaCI62OivhLtxdqkxQTQl3HmVP8oZ2x5HzZSlqT Ki0A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=geuynfv2EtAhegp1+bwyLpNMNTyJZoQeRj03f1l9nGM=; b=gBH2cI7tqUrLmXd2fAgbCZhsAWB0VvdxKyuhjjM4O31yx6FRtliD1yass+gryT5i9U TW1UtmAOxdpALGOngq4knR/HxcBQnXI4rO+sRfEeadnWcPyfvAnMZLMcQMtBEqFtPfyg 0Sjvy+SvKhbbRayKLoqpD+nBqVbK6t2qv9nLO5HPEmlSVOi5fcdZc+bJHjYPDy9TxKNl mafftwfvjs8JXhShxtxFkOnp9dMhp7EE84kgdOq1u7hLZvqg2/61ZIAW3ETtnl3cUVjR 8ry+hJ8iGSqHE/D57o7ZUEmHxiYAQpKfMA0VF3XFjVm8DL35O6N50OLpC3gAHzzCbWN3 Kvdg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w1si3599485pgq.135.2018.03.06.07.05.39; Tue, 06 Mar 2018 07:05:58 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932687AbeCFPEK (ORCPT + 99 others); Tue, 6 Mar 2018 10:04:10 -0500 Received: from h2.hallyn.com ([78.46.35.8]:60760 "EHLO mail.hallyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753785AbeCFPEH (ORCPT ); Tue, 6 Mar 2018 10:04:07 -0500 Received: by mail.hallyn.com (Postfix, from userid 1001) id 0966F120BFE; Tue, 6 Mar 2018 09:04:05 -0600 (CST) Date: Tue, 6 Mar 2018 09:04:05 -0600 From: "Serge E. Hallyn" To: Richard Guy Briggs Cc: cgroups@vger.kernel.org, containers@lists.linux-foundation.org, linux-api@vger.kernel.org, Linux-Audit Mailing List , linux-fsdevel@vger.kernel.org, LKML , netdev@vger.kernel.org, mszeredi@redhat.com, luto@kernel.org, jlayton@redhat.com, carlos@redhat.com, viro@zeniv.linux.org.uk, dhowells@redhat.com, simo@redhat.com, trondmy@primarydata.com, eparis@parisplace.org, serge@hallyn.com, ebiederm@xmission.com, madzcar@gmail.com Subject: Re: [RFC PATCH V1 00/12] audit: implement container id Message-ID: <20180306150404.GA22472@mail.hallyn.com> References: 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Richard Guy Briggs (rgb@redhat.com): > Implement audit kernel container ID. > > This patchset is a preliminary RFC based on the proposal document (V3) > posted: > https://www.redhat.com/archives/linux-audit/2018-January/msg00014.html Patchset looks good to me. Acked-by: Serge Hallyn