public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/systemd-boot] rawhide: Restore read permissions on systemd-boot.efi.signed
Date: Sat, 13 Jun 2026 15:56:26 GMT [thread overview]
Message-ID: <178136618609.1.13369712135915904248.rpms-systemd-boot-5740caea5b28@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/systemd-boot
Branch : rawhide
Commit : 5740caea5b2891de72982a33195711344e75ff09
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date : 2026-06-13T17:54:11+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/systemd-boot/c/5740caea5b2891de72982a33195711344e75ff09?branch=rawhide
Log:
Restore read permissions on systemd-boot.efi.signed
Somehow the %pesign macro causes the file to end up read-only.
Having a read-only file in a package is a dubious idea, and of
course breaks various unprivileged use cases like starting VMs.
---
diff --git a/systemd-boot.spec b/systemd-boot.spec
index 55cc918..c17d447 100644
--- a/systemd-boot.spec
+++ b/systemd-boot.spec
@@ -81,7 +81,7 @@ fi
%dir %{_prefix}/lib/systemd
%dir %{_prefix}/lib/systemd/boot
%dir %{_prefix}/lib/systemd/boot/efi
-%{_prefix}/lib/systemd/boot/efi/systemd-boot%{efi_arch}.efi.signed
+%attr(0644,-,-) %{_prefix}/lib/systemd/boot/efi/systemd-boot%{efi_arch}.efi.signed
%{_prefix}/lib/systemd/boot/efi/linux%{efi_arch}.efi.stub.alt
%{_prefix}/lib/systemd/boot/efi/addon%{efi_arch}.efi.stub.alt
reply other threads:[~2026-06-13 15:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178136618609.1.13369712135915904248.rpms-systemd-boot-5740caea5b28@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox