feat!: new kernel config structure
BREAKING CHANGE: kernel definition in the configuration files has switched
from
  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  release_mask = ".*"
to
  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  kernel = { regex = ".*" }
			
			
This commit is contained in:
		| @@ -3,7 +3,7 @@ type = "module" | ||||
|  | ||||
| [[targets]] | ||||
| distro = { id = "Ubuntu", release = "18.04" } | ||||
| release_mask = ".*" | ||||
| kernel = { regex = ".*" } | ||||
|  | ||||
| [[preload]] | ||||
| repo = "https://github.com/openwall/lkrg" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user