From 9794b3de943908858920e91bc54b4948b6d1468d Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 22 Jul 2011 18:20:12 -0400 Subject: init: allow /run to be mounted with exec perms This is already done in initscripts so we mirror it here. Signed-off-by: Dave Reisner --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index 4173f80..855a054 100644 --- a/init +++ b/init @@ -22,7 +22,7 @@ else # /dev/mem is needed if we want to load uvesafb before triggering uevents mknod /dev/mem c 1 1 fi -mount -t tmpfs run /run -o nosuid,noexec,nodev,mode=755,size=10M +mount -t tmpfs run /run -o nosuid,nodev,mode=755,size=10M echo "/sbin/modprobe" > /proc/sys/kernel/modprobe -- cgit v1.2.3-24-g4f1b