aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/seccomp.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add new futex/seccomp operationsDmitry Vyukov2021-10-211-1/+1
| | | | | See https://elixir.bootlin.com/linux/v5.15-rc6/source/include/uapi/linux/futex.h#L11 And https://elixir.bootlin.com/linux/v5.15-rc6/source/include/uapi/linux/seccomp.h#L118
* sys/linux: add SECCOMP_IOCTL_NOTIF_ADDFDJiaheng Hu2020-07-091-0/+12
| | | | | | Added the ioctl decsription for adding a fd to a seccomp notifier, currently in linux next. (https://lore.kernel.org/lkml/20200617220327.3731559-7-keescook@chromium.org/)
* prog: add ignore_return and breaks_returns call attribtuesDmitry Vyukov2020-04-191-9/+11
| | | | | We had these hard-coded for fuchsia and linux accordingly. Replace with call attributes.
* sys/linux: add SECCOMP_FILTER_FLAG_NEW_LISTENER supportDmitry Vyukov2019-10-281-0/+51