syzkaller/vm
Dmitry Vyukov a7b199253f all: use consistent file permissions
Currently we have unix permissions for new files/dirs
hardcoded throughout the code base. Some places use 0644,
some - 0640, some - 0600 and a variety of other constants.

Introduce osutil.MkdirAll/WriteFile that use the default
permissions and use them throughout the code base.

This makes permissions consistent and also allows to easily
change the permissions later if we change our minds.

Also merge pkg/fileutil into pkg/osutil as they become
dependent on each other. The line between them was poorly
defined anyway as both operate on files.
2017-07-03 14:00:47 +02:00
..
adb vm/adb: add an option to disable battery check 2017-06-27 10:28:22 +02:00
gce vm/gce: support debug mode 2017-06-30 14:32:17 +02:00
kvm all: use consistent file permissions 2017-07-03 14:00:47 +02:00
odroid syz-manager/mgrconfig: move sshkey from vm config to manager config 2017-06-17 15:02:58 +02:00
qemu all: use consistent file permissions 2017-07-03 14:00:47 +02:00
vmimpl vm/vmimpl: fix linux/ppc64le build 2017-06-27 10:21:43 +02:00
vm.go all: use consistent file permissions 2017-07-03 14:00:47 +02:00