Re: [RFC PATCH 08/20] bpf: Add Landlock ruleset map type

From: Song Liu

Date: Thu Apr 16 2026 - 17:12:50 EST


On Tue, Apr 7, 2026 at 1:02 PM Justin Suess <utilityemal77@xxxxxxxxx> wrote:
>
> Expose the new BPF_MAP_TYPE_LANDLOCK_RULESET via headers, allowing
> programs to utilize the map.
>
> Signed-off-by: Justin Suess <utilityemal77@xxxxxxxxx>

I don't think we can introduce a new map type for this. Instead, we should use
existing map with __kptr values.

Thanks,
Song