You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpftool: Add support for signing program and map hash chains
Add a new mode of operation for program loading which supports the
generation of signed hash chains for light skeletons, using the new
signed map hash chain UAPI additions.
e.g bpftool prog load -S -M -k <private_key> -i <identity_cert> fentry_test.bpf.o
The -M or --sign-maps command line switch is introduced. It generates
a hash chain such that:
H(program, maps) = sha256(sha256(program), sha256(map[0]))
Signed-off-by: Blaise Boscaccy <[email protected]>
0 commit comments