github.com/hhrutter/nomad@v0.6.0-rc2.0.20170723054333-80c4b03f0705/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  }