Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I agree and think your approach would work, but I need to point out that seccomp BPF filters can also match on syscall arguments. For example, you can allow fcntl(F_DUPFD, …) but deny fcntl(F_SETLEASE, …). For some syscalls (fcntl, ioctl, setsockopt, …), this is rather important.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: