Message ID | 20231102165432.1769965-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 70E456D3F; Thu, 2 Nov 2023 16:54:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="U+2lyUEJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F588C433C8; Thu, 2 Nov 2023 16:54:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698944078; bh=QXWZ+ZXV/ZjQ7xnZ5Z2D0uIBcN/cO3LT8qEiFOk9iG4=; h=From:To:Cc:Subject:Date:From; b=U+2lyUEJ8Wsp+lfwdxtpWcBTmNV3MhfekYYyfB8G9cS3YHaOGrnfGmaWlMyiNukuY V2FTIs68YWXNol0rxwk4yVDGSvZniU1lXk53bBGl9O0Nw/PTB8RyOq4ivYEyx3z2mX ykS787Bi2SVQGoMmgz73bJT4zh7TvqS8980ZkisaJcDrN+YQG7/lAWTb/FqBVI3T0u y1wtJRbLnzZrmGvsbH4qGnzFkOP3jWy42I3TU8JSEI+KfdaBWACPUSSz9s6fMlKc7I ZW08aHtKDze2c0D9kCoDQI6MOnWU8RHVwkUsuqIEZA/w2+PHoxhmLU/EINdkz8dKxA OsPZwCoPcS6BQ== 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, kpsingh@kernel.org, Song Liu <song@kernel.org> Subject: [PATCH v7 bpf-next 0/9] bpf: File verification with LSM and fsverity Date: Thu, 2 Nov 2023 09:54:23 -0700 Message-Id: <20231102165432.1769965-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
|