<pie_>
I dont suppose anyone would want to implement this? https://github.com/systemd/systemd/issues/17245 It doesn't seem hard and upstream has given the OK but I don't feel comfortable with C.
<{^_^}>
systemd/systemd#17245 (by deliciouslytyped, 1 week ago, open): SysCallFilter/system-call-filter should support passing syscalls as numbers
<andi->
pie_: are those actually guaranteed to be stable besides them basically being stable?
<qyliss>
do you mean are Linux syscall numbers stable?
<andi->
I know they are arch specific, I know that they are mostly append-only. I wonder if they are actually a stable interface by "contract"
<qyliss>
changing them would surely be the definition of breaking userspace, no?