Message ID | 20250308013314.719150-1-bboscaccy@linux.microsoft.com (mailing list archive) |
---|---|
Headers | show
Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 66AB918E1F; Sat, 8 Mar 2025 01:33:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741397620; cv=none; b=Ibt4zQZTjbeZgO6MTFu9BOr3FPBllyEIcvKkk4uj/xmb3Gv+aGf3moLIzu4MzXQtVlLnzFbl4DCZR8KjJR4uCgjeyNu44eeTvOCeIc5Pw7ekivIHIJ4MMYsNRQ7oF8lHFSFjQEx7kfTDM2/4/9uljRYqtue0BEUSafbeztuuE7c= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741397620; c=relaxed/simple; bh=9Tu9MNQ20MU9ryHQ+lzeNvmDACUzqpt87yCnr9vd2Wg=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=ZNdWWrBMeEmcus77DpgJWYCf18UImkKh2IwKLfRyvAXZhwGNYBVbWTOFadcYee0gUjzDYRn12Tuvw2Y+VRQEny7LuM7dZH01C5e7jqs3+dz03ahHAt1LHhfMg5uIeO9RkXGp6Nloc6inNQyrZnYjiU/jIhddUzC4eMYV6StSySU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=kjGOAZKs; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="kjGOAZKs" Received: from narnia.corp.microsoft.com (unknown [167.220.2.28]) by linux.microsoft.com (Postfix) with ESMTPSA id 3444C2038F3E; Fri, 7 Mar 2025 17:33:25 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3444C2038F3E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1741397618; bh=qd4Osz5w4VvQO7bT3fnJ0XRzQh4tZmm42Ehz0azZH48=; h=From:To:Subject:Date:From; b=kjGOAZKs2Jospm+WhQ8/bQdNPIfkdKq/X17vBZv6hFbhEU9P5VtdTBuRStO8+35EE GgeaKMtLL8DyJxNKMVNZNsXZtyne+3j0eQFs5HfGef7WpHplKasI4O6M+7zF5dRbq0 RYhmJZs5AlHfp3KlDgHhnpkNYWLVtxu+AeA045Eg= From: Blaise Boscaccy <bboscaccy@linux.microsoft.com> To: Paul Moore <paul@paul-moore.com>, James Morris <jmorris@namei.org>, "Serge E. Hallyn" <serge@hallyn.com>, Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, John Fastabend <john.fastabend@gmail.com>, Andrii Nakryiko <andrii@kernel.org>, Martin KaFai Lau <martin.lau@linux.dev>, Eduard Zingerman <eddyz87@gmail.com>, Song Liu <song@kernel.org>, Yonghong Song <yonghong.song@linux.dev>, KP Singh <kpsingh@kernel.org>, Stanislav Fomichev <sdf@fomichev.me>, Hao Luo <haoluo@google.com>, Jiri Olsa <jolsa@kernel.org>, Stephen Smalley <stephen.smalley.work@gmail.com>, Ondrej Mosnacek <omosnace@redhat.com>, Mykola Lysenko <mykolal@fb.com>, Shuah Khan <shuah@kernel.org>, Blaise Boscaccy <bboscaccy@linux.microsoft.com>, Kumar Kartikeya Dwivedi <memxor@gmail.com>, Matt Bobrowski <mattbobrowski@google.com>, Xu Kuohai <xukuohai@huawei.com>, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, bpf@vger.kernel.org, selinux@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: [PATCH v6 bpf-next 0/2] security: Propagate caller information in bpf hooks Date: Fri, 7 Mar 2025 17:32:33 -0800 Message-ID: <20250308013314.719150-1-bboscaccy@linux.microsoft.com> X-Mailer: git-send-email 2.48.1 Precedence: bulk X-Mailing-List: linux-security-module@vger.kernel.org List-Id: <linux-security-module.vger.kernel.org> List-Subscribe: <mailto:linux-security-module+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-security-module+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
security: Propagate caller information in bpf hooks
|
expand
|