Skip to content

Commit

Permalink
fix: bpf program failes due of linux LSM Lockdown
Browse files Browse the repository at this point in the history
Commonly used Kubernetes CNI using multiple feature
are blocked by this parameter

Signed-off-by: Kevin Klopfenstein <[email protected]>
  • Loading branch information
chifu1234 committed Apr 2, 2024
1 parent 3195e5d commit 74f554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machinery/kernel/kernel.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var DefaultArgs = []string{

// SecureBootArgs returns the kernel commandline options required for secure boot.
var SecureBootArgs = []string{
"lockdown=confidentiality",
"lockdown=integrity",
}

// Param represents a kernel system property.
Expand Down

0 comments on commit 74f554b

Please sign in to comment.