# seccomp-operator **Repository Path**: mirrors_kubernetes-sigs/seccomp-operator ## Basic Information - **Project Name**: seccomp-operator - **Description**: The Kubernetes Security Profiles Operator - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kubernetes Security Profiles Operator [![build](https://github.com/kubernetes-sigs/security-profiles-operator/actions/workflows/build.yml/badge.svg)](https://github.com/kubernetes-sigs/security-profiles-operator/actions/workflows/build.yml) [![test](https://github.com/kubernetes-sigs/security-profiles-operator/actions/workflows/test.yml/badge.svg)](https://github.com/kubernetes-sigs/security-profiles-operator/actions/workflows/test.yml) [![coverage](https://codecov.io/gh/kubernetes-sigs/security-profiles-operator/branch/main/graph/badge.svg?token=37VIWSZ1ZT)](https://codecov.io/gh/kubernetes-sigs/security-profiles-operator) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5368/badge)](https://bestpractices.coreinfrastructure.org/projects/5368) [![OCI security profiles](https://img.shields.io/badge/oci%3A%2F%2F-security%20profiles-blue?logo=kubernetes&logoColor=white)](https://github.com/orgs/security-profiles/packages) The _Security Profiles Operator_ (SPO) is an out-of-tree Kubernetes enhancement which aims to make it easier to create and use SELinux, seccomp and AppArmor security profiles in Kubernetes clusters. - [Installation and Usage](installation-usage.md) - [Container Images](https://console.cloud.google.com/gcr/images/k8s-staging-sp-operator/GLOBAL/security-profiles-operator) - [Release Process](./release.md) - [Testgrid Dashboard](https://testgrid.k8s.io/sig-node-security-profiles-operator) ## Features This is the parity of features across various security profiles supported by the SPO: | | Seccomp | SELinux | AppArmor | |-------------------------------------------|---------|---------|----------| | Profile CRD | Yes | Yes | Yes | | Install profiles in cluster | Yes | Yes | Yes | | Remove unused profiles from cluster | Yes | Yes | Yes | | Profile Recording (audit logs) | Yes | Yes | No | | Profile Recording (eBPF) | Yes | No | Yes | | Profile Binding to container images | Yes | No | No | | Audit log enrichment | Yes | Yes | Yes | | Audit In-Pod Activity JSON log enrichment | Yes | No | No | For information about the security model and what permissions each feature requires, refer to SPO's [security model](security-model.md). ## Resources The motivation behind the project can be found in the corresponding [RFC][0]. - [Architecture](doc/architecture.svg) - [Use Stories](doc/user-stories.md) - [Personas](doc/personas.md) [0]: RFC.md Related Kubernetes Enhancement Proposals (KEPs) which have direct influence on this project: - [Promote seccomp to GA][1] - [Add ConfigMap support for seccomp custom profiles][2] - [Add KEP to create seccomp built-in profiles and add complain mode][3] Next to those KEPs, here are existing approaches for security profiles in the Kubernetes world: - [AppArmor Loader][4] - [OpenShift's Machine config operator, in charge of file management and security profiles on hosts][5] - [seccomp-config][6] [1]: https://github.com/kubernetes/enhancements/pull/1148 [2]: https://github.com/kubernetes/enhancements/pull/1269 [3]: https://github.com/kubernetes/enhancements/pull/1257 [4]: https://github.com/kubernetes/kubernetes/tree/c30da3839c8e13fdff59ef5115e982362b2c90ed/test/images/apparmor-loader [5]: https://github.com/openshift/machine-config-operator/tree/master/docs [6]: https://github.com/UKHomeOffice/seccomp-config ## Community, discussions, contributions, and support If you're interested in contributing to SPO, please see the [developer focused document](hacking.md). We schedule a monthly meeting every last Thursday of a month. - [Meeting Notes][8] [8]: https://docs.google.com/document/d/1FQHYdyd7PTCi7_Vd8erPS4nztp0blvivK87HhXqz4uc/edit?usp=sharing Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/). You can reach the maintainers of this project at: - [Slack #security-profiles-operator](https://kubernetes.slack.com/messages/security-profiles-operator) - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-dev) ### Code of conduct Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). [owners]: https://git.k8s.io/community/contributors/guide/owners.md [creative commons 4.0]: https://git.k8s.io/website/LICENSE