Skip to content

Commit

Permalink
fix: bpf program failes
Browse files Browse the repository at this point in the history
  • Loading branch information
chifu1234 committed Apr 2, 2024
1 parent 3195e5d commit 90599fe
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 90599fe

Please sign in to comment.