Skip to content

add link to Seccomp profile TSG #261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions articles/aks/secure-container-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ To see seccomp in action, create a filter that prevents changing permissions on
chmod-prevented 0/1 Error 0 7s
```

For help troubleshooting your seccomp profile see the article [Troubleshoot seccomp profile configuration in Azure Kubernetes Service](/troubleshoot/azure/azure-kubernetes/security/troubleshoot-seccomp-profiles).
## Seccomp security profile options

Seccomp security profiles are a set of defined syscalls that are allowed or restricted. Most container runtimes have a default seccomp profile that is similar if not the same as the one Docker uses. For more information about available profiles, see [Docker][seccomp] or [containerD](https://github.com/containerd/containerd/blob/f0a32c66dad1e9de716c9960af806105d691cd78/contrib/seccomp/seccomp_default.go#L51) default seccomp profiles.
Expand Down Expand Up @@ -354,4 +355,5 @@ For associated best practices, see [Best practices for cluster security and upgr
[pod-security-contexts]: https://kubernetes.io/docs/concepts/security/pod-security-standards/
[node-access]: node-access.md
[security-container-access]: secure-container-access.md
[troubleshoot-seccomp-profiles]: support\azure\azure-kubernetes\security\troubleshoot-seccomp-profiles.md