3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 18:38:48 +02:00

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

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 },
{ }