Re: [PATCH v3 1/4] security: Hornet LSM

2025-05-04 Thread Paul Moore
On Fri, May 2, 2025 at 2:44 PM Blaise Boscaccy wrote: > > This adds the Hornet Linux Security Module which provides signature > verification of eBPF programs. This allows users to continue to > maintain an invariant that all code running inside of the kernel has > been signed. > > The primary targ

[PATCH v3 1/4] security: Hornet LSM

2025-05-02 Thread Blaise Boscaccy
This adds the Hornet Linux Security Module which provides signature verification of eBPF programs. This allows users to continue to maintain an invariant that all code running inside of the kernel has been signed. The primary target for signature verification is light-skeleton based eBPF programs