Skip to content
#

seccomp

Here are 86 public repositories matching this topic...

Certified-Kubernetes-Security-Specialist

Curated resources help you prepare for the CNCF/Linux Foundation CKS 2021 "Kubernetes Certified Security Specialist" Certification exam. Please provide feedback or requests by raising issues, or making a pull request. All feedback for improvements are welcome. thank you.

  • Updated Jun 14, 2022
  • AGS Script
rusty-snake
rusty-snake commented May 31, 2022

SeccompErrno contains all errnos returned by the libseccomp api. However if you set ApiSysRawRc the errno from the kernel seccomp api is returned instead. This raises to problems

  1. The descriptions of the errno are not (always) correct.
  2. The kernel seccomp api can return errnos which are not returned by the libseccomp api.

1. Can be ignored IMHO because if you set `ApiSysRaw

bug good first issue

Improve this page

Add a description, image, and links to the seccomp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the seccomp topic, visit your repo's landing page and select "manage topics."

Learn more