Restricted VM networking

This commit is contained in:
AlexSSD7 2023-08-26 16:43:04 +01:00
commit 34e66cb01c
5 changed files with 31 additions and 27 deletions

View file

@ -27,7 +27,7 @@ var lsCmd = &cobra.Command{
fmt.Print(string(lsblkOut))
return 0
}, nil))
}, nil, false))
return nil
},