seccomp: add new Linux 5.3 syscalls to syscall filter lists

Many syscalls added and all fit nicely into existing groups, hence lets
add them there.

(cherry picked from commit 9e486265716963439fb0fd7f2a97abf109f24f75)
(cherry picked from commit 51ea58a04b1851b31a14dfa7eec76254f5ddef16)

Note: this doesn't do much without an updated libseccomp (>= 2.4.2 ?).
1 file changed
tree: 6a1c84d9493095e41891f6a6071aee6e25a31358
  1. .dir-locals.el
  2. .editorconfig
  3. .gitattributes
  4. .github/ISSUE_TEMPLATE/
  5. .gitignore
  6. .lgtm.yml
  7. .lgtm/cpp-queries/
  8. .mailmap
  9. .mkosi/
  10. .travis.yml
  11. .vimrc
  12. .ycm_extra_conf.py
  13. LICENSE.GPL2
  14. LICENSE.LGPL2.1
  15. Makefile
  16. NEWS
  17. README
  18. README.md
  19. TODO
  20. catalog/
  21. coccinelle/
  22. configure
  23. docs/
  24. factory/etc/
  25. hwdb/
  26. man/
  27. meson.build
  28. meson_options.txt
  29. mkosi.build
  30. modprobe.d/
  31. network/
  32. po/
  33. presets/
  34. rules/
  35. semaphoreci/
  36. shell-completion/
  37. src/
  38. sysctl.d/
  39. sysusers.d/
  40. test/
  41. tmpfiles.d/
  42. tools/
  43. travis-ci/
  44. units/
  45. xorg/
  46. zanata.xml
README.md

systemd - System and Service Manager

Semaphore CI Build Status
CII Best Practices
Travis CI Build Status
Language Grade: C/C++
CentOS CI Build Status

Details

General information about systemd can be found in the systemd Wiki.

Information about build requirements is provided in the README file.

Consult our NEWS file for information about what's new in the most recent systemd versions.

Please see the Hacking guide for information on how to hack on systemd and test your modifications.

Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.

When preparing patches for systemd, please follow our Coding Style Guidelines.

If you are looking for support, please contact our mailing list or join our IRC channel.

Stable branches with backported patches are available in the stable repo.