We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd21426 + f239974 commit 2539cebCopy full SHA for 2539ceb
internal/landlock/landlock.go
@@ -64,7 +64,7 @@ func EnforceOrDie() {
64
),
65
)
66
if err != nil {
67
- fmt.Printf("failed to enforce landlock policies (requires Linux 5.13+): %v\n", err)
+ fmt.Fprintf(os.Stderr, "failed to enforce landlock policies (requires Linux 5.13+): %v\n", err)
68
if val == "on" {
69
os.Exit(2)
70
}
0 commit comments