Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3417828yba; Tue, 23 Apr 2019 03:31:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqzoRyKb4F0cm5MovKUXCrwBKuLvU0FcPL4rrJme8O1saXiqLnFp3uT0qx9qLaq/XWta4AOU X-Received: by 2002:a17:902:bb90:: with SMTP id m16mr25743696pls.340.1556015493782; Tue, 23 Apr 2019 03:31:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556015493; cv=none; d=google.com; s=arc-20160816; b=e7agnTGAQst5uHPWiENFUSZ2bOnf0mTHui/I3FxUQyNHddlNtbQKe3s1ZWvpb9E251 XEakIXmgs7GWVNICXE/COgfJCJ+CApvM5sOgGmxiF0esgzML6dhlsdyhyy8K7JRKH1VY oQgfo1SMiJgBNBu7coBLhw9wEboG2NVSsCl6nF4wJv+utJudaaXlGBIuDdzVbvIzSb76 pTrZL9vWCVAnQ8n+it+zHXcboYIINTMVfhQLNhTyhTrPrl1/GYHRlv2618esJet8IeC1 xgFDYCOMHsAXtgAFP6D/NTKBKmeUr/581vk8UYCQZJ2m5NDxao/xpG88WmcIjrMsr3D7 IO0g== 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; bh=wZAjalG4v9yG1yqFCj6+n7Q5kp/MM+NxfjI4BmuxJmE=; b=1JAcTSPikr5zR3r+dGy9oEnchk27kcS1Vyn0FqvmmrbiMmtp8JbALvMZsxjKKGve7O 3vxMZGO83RdRGES4bp2AJpv9w4XBOwq+1PauwTgipreLNNdWRmqpq3BeTN8KEeHjHRxo OwXMGK2isy21i2VMybHK9xCk+VQGC5CxNPo7Q6C+e+cWnUjunzb3aO5/ftc+oJ7IvKZJ OJ9lqE0lEal27Xlx+NG9XWpZD5h8x8rlv7xBIn430Grdqy+E4v4j5eV+53ZdXgBHyqUK rN/luToUXUjgHJZqV+cHHL6FXl3rSlFrtThmGuLoACa8qTVWSxPo0yA2TQmngh5D2X0j 7t2A== 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 j127si16868978pfb.25.2019.04.23.03.31.17; Tue, 23 Apr 2019 03:31:33 -0700 (PDT) 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 S1727369AbfDWK3H (ORCPT + 99 others); Tue, 23 Apr 2019 06:29:07 -0400 Received: from charlotte.tuxdriver.com ([70.61.120.58]:34975 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725990AbfDWK3G (ORCPT ); Tue, 23 Apr 2019 06:29:06 -0400 Received: from cpe-2606-a000-111b-405a-0-0-0-188a.dyn6.twc.com ([2606:a000:111b:405a::188a] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1hIsfQ-0007YT-SK; Tue, 23 Apr 2019 06:28:57 -0400 Date: Tue, 23 Apr 2019 06:28:21 -0400 From: Neil Horman To: Paul Moore Cc: Richard Guy Briggs , containers@lists.linux-foundation.org, linux-api@vger.kernel.org, Linux-Audit Mailing List , linux-fsdevel@vger.kernel.org, LKML , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, sgrubb@redhat.com, omosnace@redhat.com, dhowells@redhat.com, simo@redhat.com, Eric Paris , Serge Hallyn , ebiederm@xmission.com Subject: Re: [PATCH ghak90 V6 00/10] audit: implement container identifier Message-ID: <20190423102821.GA30923@hmswarspite.think-freely.org> References: <20190422113810.GA27747@hmswarspite.think-freely.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) X-Spam-Score: -2.9 (--) X-Spam-Status: No Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 22, 2019 at 09:49:05AM -0400, Paul Moore wrote: > On Mon, Apr 22, 2019 at 7:38 AM Neil Horman wrote: > > On Mon, Apr 08, 2019 at 11:39:07PM -0400, Richard Guy Briggs wrote: > > > Implement kernel audit container identifier. > > > > I'm sorry, I've lost track of this, where have we landed on it? Are we good for > > inclusion? > > I haven't finished going through this latest revision, but unless > Richard made any significant changes outside of the feedback from the > v5 patchset I'm guessing we are "close". > > Based on discussions Richard and I had some time ago, I have always > envisioned the plan as being get the kernel patchset, tests, docs > ready (which Richard has been doing) and then run the actual > implemented API by the userland container folks, e.g. cri-o/lxc/etc., > to make sure the actual implementation is sane from their perspective. > They've already seen the design, so I'm not expecting any real > surprises here, but sometimes opinions change when they have actual > code in front of them to play with and review. > > Beyond that, while the cri-o/lxc/etc. folks are looking it over, > whatever additional testing we can do would be a big win. I'm > thinking I'll pull it into a separate branch in the audit tree > (audit/working-container ?) and include that in my secnext kernels > that I build/test on a regular basis; this is also a handy way to keep > it based against the current audit/next branch. If any changes are > needed Richard can either chose to base those changes on audit/next or > the separate audit container ID branch; that's up to him. I've done > this with other big changes in other trees, e.g. SELinux, and it has > worked well to get some extra testing in and keep the patchset "merge > ready" while others outside the subsystem look things over. > That all sounds good, thank you Paul. I knew you and Richard were working on it, but I somehow managed to loose track of exactly where we left this. Much Appreciated Neil > -- > paul moore > www.paul-moore.com >