1
0
Fork 0
out-of-tree/examples/kernel-exploit/.out-of-tree.toml

13 lines
382 B
TOML

# out-of-tree configuration file
# docs at https://out-of-tree.io
name = "out-of-tree exploit example"
type = "exploit"
[[supported_kernels]]
# Can be Ubuntu/CentOS/Debian/etc.
distro_type = "Ubuntu"
# regex for `uname -r`
# See also: regex-golang.appspot.com
# stupid way to generate: $ echo '4.4.0-('$(seq 44 | xargs echo | sed 's/ /|/g')')-.*'
release_mask = "4.4.0-62-generic"