t-runner: Mount IWD's storage to tmpfs

This commit is contained in:
Tim Kourt 2016-09-30 15:03:07 -07:00 committed by Denis Kenzior
parent d4dc2df06b
commit b1ed586365
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ static const struct {
MS_NOSUID|MS_NODEV|MS_STRICTATIME },
{ "tmpfs", "/run", "mode=0755",
MS_NOSUID|MS_NODEV|MS_STRICTATIME },
{ "tmpfs", "/var/lib/iwd", "mode=0755", 0 },
{ "tmpfs", "/tmp", NULL, 0 },
{ "debugfs", "/sys/kernel/debug", NULL, 0 },
{ }