Message ID | 161246085160.1990927.13137391845549674518.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show
Return-Path: <keyrings-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A61CDC433DB for <keyrings@archiver.kernel.org>; Thu, 4 Feb 2021 17:49:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5AB2964E4E for <keyrings@archiver.kernel.org>; Thu, 4 Feb 2021 17:49:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238753AbhBDRtQ (ORCPT <rfc822;keyrings@archiver.kernel.org>); Thu, 4 Feb 2021 12:49:16 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:60950 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238755AbhBDRtE (ORCPT <rfc822;keyrings@vger.kernel.org>); Thu, 4 Feb 2021 12:49:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1612460858; 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=WoCQGzrOsnk55IaG+1UEwkLjcE8h9OKWofQDyL0qDdM=; b=J2YMKWdeY1P4mb0FQtRzSf2MNhbqfSKX4vVy5tCxA1MFl4EOFk6zbMWyfueV2pcfHrL0wn hjuGtTujVBJp6OB6gEUz/khgX3/y9l8uTeHczgV9k78x4FEDWqSrrKJA0ZBFZ02yVAkkgB w54PHTf3dCWZ6h5iNuEgbOJpOti6Zc4= 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-195-lEo22RTJPJKzB2hJMUlSNw-1; Thu, 04 Feb 2021 12:47:36 -0500 X-MC-Unique: lEo22RTJPJKzB2hJMUlSNw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6D5A8107ACE3; Thu, 4 Feb 2021 17:47:34 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-115-23.rdu2.redhat.com [10.10.115.23]) by smtp.corp.redhat.com (Postfix) with ESMTP id 81C4062679; Thu, 4 Feb 2021 17:47:32 +0000 (UTC) Subject: [RFC][PATCH 0/2] keys: request_key() interception in containers From: David Howells <dhowells@redhat.com> To: sprabhu@redhat.com Cc: dhowells@redhat.com, Jarkko Sakkinen <jarkko@kernel.org>, christian@brauner.io, selinux@vger.kernel.org, keyrings@vger.kernel.org, linux-api@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, containers@lists.linux-foundation.org Date: Thu, 04 Feb 2021 17:47:31 +0000 Message-ID: <161246085160.1990927.13137391845549674518.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.15 Precedence: bulk List-ID: <keyrings.vger.kernel.org> X-Mailing-List: keyrings@vger.kernel.org |
Series |
keys: request_key() interception in containers
|
expand
|