github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/client/driver/java_linux.go (about) 1 package driver 2 3 import cstructs "github.com/hashicorp/nomad/client/structs" 4 5 func (d *JavaDriver) FSIsolation() cstructs.FSIsolation { 6 return cstructs.FSIsolationChroot 7 }