commit | 5c74623bbf90cb044d304a36d68be3fdc39f5f1b | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Aug 12 15:32:49 2020 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Aug 13 08:40:09 2020 +0000 |
tree | 5278717d0499ce61ae4d11a204554b8f2a320fb9 | |
parent | 8106ae4fbc25491c1f744dfcaf284b6221556732 [diff] |
kvmtool: Home in /data/local/tmp
diff --git a/kvmtool/include/kvm/kvm.h b/kvmtool/include/kvm/kvm.h index 53373b0..a361e7b 100644 --- a/kvmtool/include/kvm/kvm.h +++ b/kvmtool/include/kvm/kvm.h
@@ -20,7 +20,7 @@ #define SIGKVMTASK (SIGRTMIN + 2) #define KVM_PID_FILE_PATH "/.lkvm/" -#define HOME_DIR getenv("HOME") +#define HOME_DIR "/data/local/tmp" #define KVM_BINARY_NAME "lkvm" #ifndef PAGE_SIZE