aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm_manager/tcs/transmit.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vtpm_manager/tcs/transmit.c')
-rw-r--r--tools/vtpm_manager/tcs/transmit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/vtpm_manager/tcs/transmit.c b/tools/vtpm_manager/tcs/transmit.c
index e994d91482..74bbdca585 100644
--- a/tools/vtpm_manager/tcs/transmit.c
+++ b/tools/vtpm_manager/tcs/transmit.c
@@ -49,8 +49,8 @@ static int g_tx_fd = -1; // the fd to the TPM
#define TPM_TX_FNAME "/dev/tpm0"
static int *g_rx_fdp = &g_tx_fd;
#else
- #define TPM_TX_FNAME "/tmp/tpm_in.fifo"
- #define TPM_RX_FNAME "/tmp/tpm_out.fifo"
+ #define TPM_TX_FNAME "/var/tpm/tpm_in.fifo"
+ #define TPM_RX_FNAME "/var/tpm/tpm_out.fifo"
static int g_rx_fd = -1;
static int *g_rx_fdp = &g_rx_fd; // the fd to the TPM
#endif