configs: add /dev/shm
authorRobert Swiecki <robert@swiecki.net>
Tue, 20 Jun 2017 01:14:09 +0000 (03:14 +0200)
committerRobert Swiecki <robert@swiecki.net>
Tue, 20 Jun 2017 01:14:09 +0000 (03:14 +0200)
configs/bash-with-fake-geteuid.cfg
configs/firefox-with-cloned-net.cfg
configs/firefox-with-net.cfg
configs/home-documents-with-xorg-no-net.cfg

index 33311745784a12932f06a48abd0d48fd1148c20d..86f75f171caf60263eb4812b6805d0efb5c33488 100644 (file)
@@ -121,6 +121,13 @@ mount {
        is_bind: false
 }
 
+mount {
+       dst: "/dev/shm"
+       fstype: "tmpfs"
+       rw: true
+       is_bind: false
+}
+
 mount {
        dst: "/dev"
        fstype: "tmpfs"
index 58ae9ad7c6b53e4ea5ba23cc2d273215a530a949..ebe730c1b6b7007d10d03381b14953623056864c 100644 (file)
@@ -115,6 +115,13 @@ mount {
        is_bind: false
 }
 
+mount {
+       dst: "/dev/shm"
+       fstype: "tmpfs"
+       rw: true
+       is_bind: false
+}
+
 mount {
        dst: "/user"
        fstype: "tmpfs"
index 0323debb91af18466b5ef02abb59b5bfc08a033c..efa71dc9af5761df21cb9ada156101117a93435d 100644 (file)
@@ -101,6 +101,13 @@ mount {
        is_bind: false
 }
 
+mount {
+       dst: "/dev/shm"
+       fstype: "tmpfs"
+       rw: true
+       is_bind: false
+}
+
 mount {
        dst: "/user"
        fstype: "tmpfs"
index 0bbb6457c5a9ae30b66853057fc00f2fb51f6281..0c73623867df1c123979979c318aec31f631e68c 100644 (file)
@@ -88,6 +88,12 @@ mount {
        rw: true
 }
 
+mount {
+       dst: "/dev/shm"
+       fstype: "tmpfs"
+       rw: true
+}
+
 mount {
        dst: "/user"
        fstype: "tmpfs"