Skip to content

mkinitcpio: restrict permissions of UKIs assembled with objcopy

nl6720 requested to merge nl6720/mkinitcpio:objcopy-umask into master

objcopy makes the output file executable. While this is not really an issue since most of the time the output will be to a FAT volume where POSIX permissions are not a thing, it looks somewhat strange when outputting the file elsewhere for testing purposes.

Merge request reports

Loading