mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
swap raw_exec and qemu in the blacklist
This commit is contained in:
@@ -33,7 +33,7 @@ var (
|
||||
// make this stipulation so by default they are ignored.
|
||||
DefaultUserCheckedDrivers = strings.Join([]string{
|
||||
"exec",
|
||||
"raw_exec",
|
||||
"qemu",
|
||||
"java",
|
||||
}, ",")
|
||||
)
|
||||
|
||||
@@ -389,11 +389,11 @@ documentation [here](/docs/drivers/index.html)
|
||||
* `Administrator`
|
||||
|
||||
* `user.checked_drivers`: An operator specifiable list of drivers to enforce
|
||||
the the `user.blacklist`. With virtualized drivers, this enforcement often
|
||||
the the `user.blacklist`. For drivers using containers, this enforcement often
|
||||
doesn't make sense and as such the default is set to:
|
||||
|
||||
* `exec`
|
||||
* `raw_exec`
|
||||
* `qemu`
|
||||
* `java`
|
||||
|
||||
* `fingerprint.whitelist`: A comma separated list of whitelisted fingerprinters.
|
||||
|
||||
Reference in New Issue
Block a user