Hacker News new | ask | show | jobs
by nathants 1098 days ago
to secure linux, both ebpf and io_ring need to be disabled in kconfig at kernel compile time.

in security insensitive scenarios, they are both interesting tech.

1 comments

Radically different thread models. io_uring is conventionally exposed to unprivileged programs, and eBPF virtually never is.
isn’t the current linux security mindset that all access is potentially privileged?