mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
fix: Landlock probe environment and autofallback to BW
This commit is contained in:
@@ -143,6 +143,9 @@ func main() {
|
||||
if subcmd := landlockCmd.NewLandlockShimCommand(); subcmd != nil {
|
||||
cmd.AddCommand(subcmd)
|
||||
}
|
||||
if subcmd := landlockCmd.NewLandlockProbeCommand(); subcmd != nil {
|
||||
cmd.AddCommand(subcmd)
|
||||
}
|
||||
|
||||
// Print Banner on --help / -h
|
||||
cmd.SetHelpFunc(func(command *cobra.Command, args []string) {
|
||||
|
||||
Reference in New Issue
Block a user