Skip to content

Commit

Permalink
linuxrc: mount /dev/shm with appropriate permissions, see Gentoo bug …
Browse files Browse the repository at this point in the history
…#493652
  • Loading branch information
Fabio Erculiani committed Dec 8, 2013
1 parent f545918 commit b566f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/linuxrc
Expand Up @@ -16,7 +16,7 @@ fi
mount -t proc -o noexec,nosuid,nodev proc /proc >/dev/null 2>&1
mount -o remount,rw / >/dev/null 2>&1
mount -t tmpfs -o rw,nosuid,nodev,relatime,mode=755 none /run 2>&1
mount -t tmpfs none /dev/shm 2>&1
mount -t tmpfs -o mode=1777,nosuid,nodev,strictatime tmpfs /dev/shm 2>&1

/bin/busybox --install -s

Expand Down

0 comments on commit b566f1e

Please sign in to comment.