open-nomad/client/allocdir
Alex Dadgar f2ba6db607 Add sticky bit to temp directory
Fixes an issue where the Ruby runtime expects the sticky bit to be set
on the temp directory. The sticky bit is commonly set on the temp
directory since it is usually shared by many users. This change brings
ours in line with that assumption.
2017-04-04 10:48:29 -07:00
..
alloc_dir.go Add sticky bit to temp directory 2017-04-04 10:48:29 -07:00
alloc_dir_test.go Fix lint errors 2017-03-02 21:03:05 -08:00
fs_darwin.go Move chroot building into TaskRunner 2017-01-05 16:31:49 -08:00
fs_freebsd.go Move chroot building into TaskRunner 2017-01-05 16:31:49 -08:00
fs_linux.go Cleanup comments/names 2017-03-02 15:44:52 -08:00
fs_linux_test.go Fix lint errors 2017-03-02 21:03:05 -08:00
fs_solaris.go TODO 2017-03-11 13:56:19 -08:00
fs_unix.go Add sticky bit to temp directory 2017-04-04 10:48:29 -07:00
fs_windows.go Add sticky bit to temp directory 2017-04-04 10:48:29 -07:00
task_dir.go Add sticky bit to temp directory 2017-04-04 10:48:29 -07:00
task_dir_linux.go Safely ensure {dev,proc,alloc} are mounted 2017-03-02 13:21:34 -08:00
task_dir_linux_test.go Safely ensure {dev,proc,alloc} are mounted 2017-03-02 13:21:34 -08:00
task_dir_nonlinux.go Move chroot building into TaskRunner 2017-01-05 16:31:49 -08:00
task_dir_test.go Safely ensure {dev,proc,alloc} are mounted 2017-03-02 13:21:34 -08:00