Re: [PATCH v5 bpf-next 0/5] bpf path iterator
From: Song Liu <song@kernel.org>
Date: 2025-06-20 21:59:30
Also in:
bpf, linux-fsdevel, lkml
From: Song Liu <song@kernel.org>
Date: 2025-06-20 21:59:30
Also in:
bpf, linux-fsdevel, lkml
Hi Christian, Mickaël, and folks, Could you please share your comments on this version? Does this look sane? Thanks, Song On Mon, Jun 16, 2025 at 11:11 PM Song Liu [off-list ref] wrote:
In security use cases, it is common to apply rules to VFS subtrees. However, filtering files in a subtree is not straightforward [1]. One solution to this problem is to start from a path and walk up the VFS tree (towards the root). Among in-tree LSMs, Landlock uses this solution.
[...]