swap raw_exec and qemu in the blacklist

This commit is contained in:
Alex Dadgar
2016-03-25 12:43:50 -07:00
parent cd89a97529
commit a1ff98a69a
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ var (
// make this stipulation so by default they are ignored.
DefaultUserCheckedDrivers = strings.Join([]string{
"exec",
"raw_exec",
"qemu",
"java",
}, ",")
)

View File

@@ -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.