Re: [PATCH] pc-bios: ensure installed ROMs don't have execute permissions

2025-06-10 Thread Philippe Mathieu-Daudé
On 30/5/25 17:21, Daniel P. Berrangé wrote: We have been inconsistent about whether ROMS stored in git have execute permission set, and by default meson will preserve source file permissions when installing files. This has caused periodic problems in RPM packaging as executable binary files get a

Re: [PATCH] pc-bios: ensure installed ROMs don't have execute permissions

2025-05-31 Thread Helge Deller
On 5/30/25 17:21, Daniel P. Berrangé wrote: We have been inconsistent about whether ROMS stored in git have execute permission set, and by default meson will preserve source file permissions when installing files. This has caused periodic problems in RPM packaging as executable binary files get a

[PATCH] pc-bios: ensure installed ROMs don't have execute permissions

2025-05-30 Thread Daniel P . Berrangé
We have been inconsistent about whether ROMS stored in git have execute permission set, and by default meson will preserve source file permissions when installing files. This has caused periodic problems in RPM packaging as executable binary files get analysed by various tools/linters, which can tr