=== modified file 'sbin/ns_run' --- old/sbin/ns_run 2021-10-20 00:30:48 +0000 +++ new/sbin/ns_run 2021-02-11 17:05:58 +0000 @@ -91,10 +91,7 @@ # also have some convenience dirs in place for optionally bind-mounting them if { mkdir - -# dev/shm - run/shm - + dev/shm dev/pts dev/mqueue @@ -110,9 +107,7 @@ } if { mount -t devpts devpts dev/pts } -#if { s6-mount -nwt tmpfs -o nosuid,nodev,mode=1777 shm dev/shm } -if { s6-ln -sf ../run/shm dev/shm } -if { chmod 1777 run/shm } +if { s6-mount -nwt tmpfs -o nosuid,nodev,mode=1777 shm dev/shm } if { s6-mount -nwt mqueue -o nosuid,nodev,noexec mqueue dev/mqueue } # leave /dev read-write for now, so stuff can be added by scripts below