github.com/ncodes/nomad@v0.5.7-0.20170403112158-97adf4a74fb3/client/driver/java_linux.go (about) 1 package driver 2 3 import cstructs "github.com/ncodes/nomad/client/structs" 4 5 func (d *JavaDriver) FSIsolation() cstructs.FSIsolation { 6 return cstructs.FSIsolationChroot 7 }