From: Harald Hoyer Date: Tue, 25 Jan 2011 09:35:20 +0000 (+0100) Subject: base/init: drop "noexec" from /dev/shm X-Git-Tag: 008~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=444061de67a7d02441519e07ff6acafe78baa752;p=thirdparty%2Fdracut.git base/init: drop "noexec" from /dev/shm --- diff --git a/modules.d/99base/init b/modules.d/99base/init index 22cb39a8f..8116a4d61 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -104,7 +104,7 @@ ln -s /proc/self/fd/1 /dev/stdout >/dev/null 2>&1 ln -s /proc/self/fd/2 /dev/stderr >/dev/null 2>&1 mkdir -m 0755 /dev/shm /dev/pts /dev/.udev /dev/.udev/rules.d /dev/.initramfs mount -t devpts -o gid=5,mode=620,noexec,nosuid devpts /dev/pts >/dev/null 2>&1 -mount -t tmpfs -o mode=1777,noexec,nosuid,nodev tmpfs /dev/shm >/dev/null 2>&1 +mount -t tmpfs -o mode=1777,nosuid,nodev tmpfs /dev/shm >/dev/null 2>&1 if getargbool 0 rd.debug -y rdinitdebug -y rdnetdebug; then getarg quiet && DRACUT_QUIET="yes"