8 lines
172 B
Go
8 lines
172 B
Go
|
package driver
|
||
|
|
||
|
import cstructs "github.com/hashicorp/nomad/client/structs"
|
||
|
|
||
|
func (d *JavaDriver) FSIsolation() cstructs.FSIsolation {
|
||
|
return cstructs.FSIsolationChroot
|
||
|
}
|