Message ID | 159559628247.2141315.2107013106060144287.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=RoHj=BD=vger.kernel.org=linux-security-module-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0E12E912 for <patchwork-linux-security-module@patchwork.kernel.org>; Fri, 24 Jul 2020 13:11:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E93DE2074F for <patchwork-linux-security-module@patchwork.kernel.org>; Fri, 24 Jul 2020 13:11:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="YDqeQfkJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726800AbgGXNLc (ORCPT <rfc822;patchwork-linux-security-module@patchwork.kernel.org>); Fri, 24 Jul 2020 09:11:32 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:49846 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726686AbgGXNLc (ORCPT <rfc822;linux-security-module@vger.kernel.org>); Fri, 24 Jul 2020 09:11:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595596290; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=k9drAeZ4hZck3whF/zeswoHycRwKNcQGYouHgh2Avoc=; b=YDqeQfkJoA+Uul4rs/pkD4LVyYa/WW4oajQY6I0TGOSh9f4O74xUKewjEMvMEk1g5PCjEY L3ztfie8Se7xAt2jXZf9muY5AupAbZBSSfqaIVoC3Gcebc1J3hYm8OvQMyoQWqZBL0t7CP vCgOxW6tKBuMd8jGecAvLbK+upriiIs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-209-gG4lK0YCMwmnzZVTuuyqkA-1; Fri, 24 Jul 2020 09:11:28 -0400 X-MC-Unique: gG4lK0YCMwmnzZVTuuyqkA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8292658; Fri, 24 Jul 2020 13:11:26 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-112-32.rdu2.redhat.com [10.10.112.32]) by smtp.corp.redhat.com (Postfix) with ESMTP id 58970183AB; Fri, 24 Jul 2020 13:11:23 +0000 (UTC) Subject: [PATCH 0/4] Mount notifications From: David Howells <dhowells@redhat.com> To: viro@zeniv.linux.org.uk Cc: linux-security-module@vger.kernel.org, Casey Schaufler <casey@schaufler-ca.com>, James Morris <jamorris@linux.microsoft.com>, Stephen Smalley <sds@tycho.nsa.gov>, Miklos Szeredi <mszeredi@redhat.com>, dhowells@redhat.com, torvalds@linux-foundation.org, casey@schaufler-ca.com, sds@tycho.nsa.gov, nicolas.dichtel@6wind.com, raven@themaw.net, christian@brauner.io, jlayton@redhat.com, kzak@redhat.com, mszeredi@redhat.com, linux-api@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 24 Jul 2020 14:11:22 +0100 Message-ID: <159559628247.2141315.2107013106060144287.stgit@warthog.procyon.org.uk> User-Agent: StGit/0.23 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: <linux-security-module.vger.kernel.org> |
Series | Mount notifications | expand |