[PATCH] mkimage: fit: don't create image with 0700 permissions
Tom Rini
trini at konsulko.com
Tue Apr 21 14:26:24 CEST 2020
On Sun, Mar 01, 2020 at 10:47:53AM -0800, Thomas Hebb wrote:
> commit 7298e422504e ("mkimage: fit: add support to encrypt image with
> aes") added a new copyfile() function as part of the FIT image creation
> flow. This function as currently written creates the final image with a
> mode of 0700 (before umask), differing from the old behavior of 0666.
> Since there doesn't seem to be any reason to make the image executable
> or non-group, non-other readable, change the mask to 0666 to preserve
> the old behavior.
>
> Fixes: 7298e422504e ("mkimage: fit: add support to encrypt image with aes")
> Signed-off-by: Thomas Hebb <tommyhebb at gmail.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200421/e987048e/attachment.sig>
More information about the U-Boot
mailing list