chrootsetup_*: make sure pull_in_bin binaries are 0755
commit590dbba228c1ab55cd925828a49cc400a85e138d
authorKyle J. McKay <mackyle@gmail.com>
Mon, 28 Jun 2021 01:28:07 +0000 (27 18:28 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 28 Jun 2021 01:28:07 +0000 (27 18:28 -0700)
treec7c3d17266d6c8cd3adeeb76bc38030e722a7719
parentaaeae21a54bd4d288b91821c5f3d9234d090ebd5
chrootsetup_*: make sure pull_in_bin binaries are 0755

When pulling in binaries into the chroot, do make sure that they
end up with permissions 0755 regardless of what they started out
with.  If they were built under odd circumstances, they could
possibly have unusual permissions.

A future update ought to do the same thing for pulled in libraries.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
chrootsetup_dragonfly.sh
chrootsetup_freebsd.sh
chrootsetup_linux.sh