From: Michael Tremer Date: Fri, 12 Feb 2021 19:39:00 +0000 (+0000) Subject: mount: Allow execution from /tmp X-Git-Tag: 0.9.28~1285^2~740 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae72fb42e268b1da1c81955e5b6d4665c5385488;p=pakfire.git mount: Allow execution from /tmp Our scriptlets are being copied to this directory and won't work with this bit set. Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/pakfire.c b/src/libpakfire/pakfire.c index 71466a5e1..349efe8ed 100644 --- a/src/libpakfire/pakfire.c +++ b/src/libpakfire/pakfire.c @@ -280,7 +280,7 @@ static const struct pakfire_mountpoint { "mode=755,size=4m,nr_inodes=1k" }, // Create a new /tmp - { "pakfire_tmpfs", "tmp", "tmpfs", MS_NOSUID|MS_NOEXEC|MS_NODEV, + { "pakfire_tmpfs", "tmp", "tmpfs", MS_NOSUID|MS_NODEV, "mode=755" }, // The end