]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
Mount /run with 0755.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 7 Jun 2016 06:30:46 +0000 (08:30 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 7 Jun 2016 06:30:46 +0000 (08:30 +0200)
geninitrd

index 771245eba8e1d339d0f11928f6ff5d06e70f3e05..62e47ee6b0d31927ae9598a2e18c027c92d35f5b 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -273,7 +273,7 @@ mount_run() {
        fi
 
        run_mounted=yes
-       echo "mount -t tmpfs run /run" | add_linuxrc
+       echo "mount -t tmpfs run /run -o mode=0755" | add_linuxrc
 }
 
 # unmount all mountpoints mounted by geninitrd
This page took 0.616471 seconds and 4 git commands to generate.