[RFC PATCH security-next 2/4] hornet: Introduce sign-ebpf

2025-04-05 Thread Blaise Boscaccy
This introduces the sign-ebpf tool. It is very similar to the existing sign-file script, with one key difference, it will sign a file with with a signature computed off of arbitrary input data. This can used to sign an ebpf light skeleton loader program for verification via hornet. Typical usage i

Re: [RFC PATCH security-next 2/4] hornet: Introduce sign-ebpf

2025-03-31 Thread Blaise Boscaccy
Jarkko Sakkinen writes: > On Fri, Mar 21, 2025 at 09:45:04AM -0700, Blaise Boscaccy wrote: >> This introduces the sign-ebpf tool. It is very similar to the existing >> sign-file script, with one key difference, it will sign a file with >> with a signature computed off of arbitrary input data. Thi

Re: [RFC PATCH security-next 2/4] hornet: Introduce sign-ebpf

2025-03-22 Thread Jarkko Sakkinen
On Fri, Mar 21, 2025 at 09:45:04AM -0700, Blaise Boscaccy wrote: > This introduces the sign-ebpf tool. It is very similar to the existing > sign-file script, with one key difference, it will sign a file with > with a signature computed off of arbitrary input data. This can used > to sign an ebpf li