diff --git a/cmd/root.go b/cmd/root.go index 2ca8c21..b86a2a8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,7 +14,7 @@ import ( ) const ( - gVersion = "0.27d" + gVersion = "0.27e" // TODO : Get from $jail_zpool/defaults.json MIN_DYN_DEVFS_RULESET = 1000 @@ -254,7 +254,7 @@ You can specify multiple datastores.`, Use: "test", Short: "temporary command to test some code snippet", Run: func(cmd *cobra.Command, args []string) { - addDevfsRuleToRuleset("path bpf* unhide", 1999) + fmt.Printf("Nope\n") }, } )