Skip to content

Commit

Permalink
make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils authored and k8s-ci-robot committed Dec 23, 2024
1 parent 41a07d1 commit 5465423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/daemon/bpfrecorder/bpf/recorder.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ char LICENSE[] SEC("license") = "Dual BSD/GPL";
#define unlikely(x) __builtin_expect((x), 0)
#endif

// Keep track of all mount namespaces that should be (temporarily) excluded from recording.
// When running in Kubernetes, we generally ignore the host mntns.
// Keep track of all mount namespaces that should be (temporarily) excluded from
// recording. When running in Kubernetes, we generally ignore the host mntns.
// Additionally, we exclude individual containers during startup.
struct {
__uint(type, BPF_MAP_TYPE_HASH);
Expand Down

0 comments on commit 5465423

Please sign in to comment.