Message ID | 20231024235551.2769174-1-song@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5A2FD749D; Tue, 24 Oct 2023 23:56:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kN/tWs6J" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EC86C433C7; Tue, 24 Oct 2023 23:56:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698191763; bh=aJu3M1pmGuwRVs/3QdMpTfbmlAVZrf2C1vqwSefnvig=; h=From:To:Cc:Subject:Date:From; b=kN/tWs6JJL8vVA4q2zpFSNhq/APaxLLwA+hzp9eJf7TA3DBbWhhd6DB2WodInV4OU f0+RJGz0s1uiuoD5w2WhHsF1Z07Z/WP8RWNF74br/1CSoLREAxFY3ktyR4rclMoX52 VKVkxVaJ7u0x/BqcokCVoeRIg6M5yjCJGtLqWXZH7myT7oXXfnToWGZU2I18MvbcfV MZXn8xQNN5WEHGfa5TySaBCpN4gPzWZo0DU3j4/4pjXzjxuT8zgUvzV7HsqmM35ZEc p3UhysjqzzNiuPigeuV8b4XRI9hr1DZMtg3vnAF/89CFE8CagJ0NkT7YQMeAU1fpFI PAgGNGojrhVIw== From: Song Liu <song@kernel.org> To: bpf@vger.kernel.org, fsverity@lists.linux.dev Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, martin.lau@kernel.org, kernel-team@meta.com, ebiggers@kernel.org, tytso@mit.edu, roberto.sassu@huaweicloud.com, Song Liu <song@kernel.org> Subject: [PATCH v6 bpf-next 0/9] bpf: File verification with LSM and fsverity Date: Tue, 24 Oct 2023 16:55:42 -0700 Message-Id: <20231024235551.2769174-1-song@kernel.org> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: fsverity@lists.linux.dev List-Id: <fsverity.lists.linux.dev> List-Subscribe: <mailto:fsverity+subscribe@lists.linux.dev> List-Unsubscribe: <mailto:fsverity+unsubscribe@lists.linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
bpf: File verification with LSM and fsverity
|
expand
|