top | item 46090910

(no title)

oneshtein | 3 months ago

eBPF doesn't work on locked down kernels (stock kernels in Secure Boot mode).

discuss

order

mroche|3 months ago

eBPF is restricted when booted in a SB environment, but it's not nonfunctional. The default config puts the kernel into "integrity" mode of Kernel Lockdown, which reduces scope of access and enforces read-only usage.

Whether or not the specific functions needed to replicate this tool are impacted is beyond my knowledge.

grigio|3 months ago

I think this is a great point, eBPF is cool but probably less popular than ss