[arch-projects] [mkinitcpio][PATCH 17/26] init: allow /run to be mounted with exec perms

Tom Gundersen teg at jklm.no
Tue Sep 27 05:35:01 EDT 2011


On Tue, Sep 27, 2011 at 3:22 AM, Dave Reisner <d at falconindy.com> wrote:
> This is already done in initscripts so we mirror it here.
>
> Signed-off-by: Dave Reisner <dreisner at archlinux.org>

Acked-by: Tom Gundersen <teg at jklm.no>

> ---
>  init |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/init b/init
> index a0e082e..ff4917a 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
>
> --
> 1.7.6.4
>
>


More information about the arch-projects mailing list