security-profiles-operator
security-profiles-operator copied to clipboard
The Kubernetes Security Profiles Operator
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR addresses an issue with JSON Log Enricher: the inability...
#### What would you like to be added: Various globs are available in an AppArmor profile, such as path*, /**/path, and /base/{path1,path2}. If this is also supported by the AppArmorProfile...
#### What would you like to be added: Now that we've added the [In-Pod Activity log recorder](https://github.com/kubernetes-sigs/security-profiles-operator/issues/2817), we need to figure out which end user is performing actions in the...
I have installed metrics server,but still can not ready #### What happened: ``` I0526 06:49:09.102192 120964 main.go:333] "Starting profiling server" endpoint=":6062" I0526 06:49:09.102238 120964 bpfrecorder.go:149] "Setting up caches with expiry...
#### What happened: We should remove the E2E tests for Flatcar Linux from CI in order to improve the stability and to reduce the maintenance effort. It's not clear if...
I discovered today that the BTF information in [bpfrecorder/generated.go](https://github.com/kubernetes-sigs/security-profiles-operator/blob/f8916fb3d6d726c241318a024489cf96023149cf/internal/pkg/daemon/bpfrecorder/generated.go#L30) should be updated after ~ every change to the BPF information. This clearly hasn't happend (last update is from 2022), and...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: Fixes a bug where the operator is unable to list AppArmorProfiles....
#### What type of PR is this? /kind api-change #### What this PR does / why we need it: Adds an "extra" field to the Abstract spec, which allows including...
``` E0511 13:04:55.948743 1 main.go:277] "running security-profiles-operator" err="enable controllers: setup spod-config controller: get tunables: could not determine selinuxd image: configmaps \"security-profiles-operator-profile\" is forbidden: User \"system:serviceaccount:security-profiles-operator:security-profiles-operator\" cannot get resource \"configmaps\" in...
#### What would you like to be added: Add the ability to limit ptrace via AppArmorProfile. Allow restricting ptrace peer. I can't think of much of a usecase for the...