Skip to content

Commit

Permalink
Add hailo dir to chroot dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
dancannon committed Oct 23, 2015
1 parent e6c7d79 commit 8b6a394
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions client/executor/exec_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ var (
// A mapping of directories on the host OS to attempt to embed inside each
// task's chroot.
chrootEnv = map[string]string{
"/bin": "/bin",
"/etc": "/etc",
"/lib": "/lib",
"/lib32": "/lib32",
"/lib64": "/lib64",
"/usr/bin": "/usr/bin",
"/usr/lib": "/usr/lib",
"/bin": "/bin",
"/etc": "/etc",
"/lib": "/lib",
"/lib32": "/lib32",
"/lib64": "/lib64",
"/usr/bin": "/usr/bin",
"/usr/lib": "/usr/lib",
"/opt/hailo": "/opt/hailo",
}
)

Expand Down

0 comments on commit 8b6a394

Please sign in to comment.