Hacker News
new
past
comments
ask
show
jobs
points
by
csdreamer7
18 hours ago
|
comments
by
insanitybit
17 hours ago
|
[-]
It's still seccomp'd off in most environments because io-uring is still a seccomp bypass that doesn't play well with kernel security systems (audit subsystem), even if it weren't also like the #1 or #2 exploit vector for privesc.
reply
by
Asmod4n
14 hours ago
|
parent
|
[-]
That’s solved as of last week, you can use cBPF now to disable functionality.
reply
by
insanitybit
9 hours ago
|
parent
|
[-]
How solved? AFAIK it's not meaningfully shipped but happy to hear otherwise.
reply
by
Asmod4n
6 hours ago
|
parent
|
[-]
you can now disable opertions with cBPF, like you would be able to with seccomp for normal syscalls.
reply