public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/linux-sgx] f45: Ensure config/service files are mode 0644
Date: Mon, 24 Aug 2026 12:32:51 GMT [thread overview]
Message-ID: <178757477183.1.15559117763459248557.rpms-linux-sgx-4058719e9f7f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/linux-sgx
Branch : f45
Commit : 4058719e9f7fe65688b8a4bcfe97fc66b073b7e5
Author : Daniel P. Berrangé <berrange@redhat.com>
Date : 2026-08-24T12:53:14+01:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/linux-sgx/c/4058719e9f7fe65688b8a4bcfe97fc66b073b7e5?branch=f45
Log:
Ensure config/service files are mode 0644
https://bugzilla.redhat.com/show_bug.cgi?id=2517734
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
diff --git a/linux-sgx.spec b/linux-sgx.spec
index b735fea..c759bff 100644
--- a/linux-sgx.spec
+++ b/linux-sgx.spec
@@ -1058,8 +1058,8 @@ EOF
chmod +x %{buildroot}%{_bindir}/aesmd
rm -f %{buildroot}/root/lib/systemd/system/aesmd.service
-%__install %{SOURCE40} %{buildroot}%{_sysusersdir}/aesmd.conf
-%__install %{SOURCE41} %{buildroot}%{_unitdir}/aesmd.service
+%__install -m 0644 %{SOURCE40} %{buildroot}%{_sysusersdir}/aesmd.conf
+%__install -m 0644 %{SOURCE41} %{buildroot}%{_unitdir}/aesmd.service
%endif
@@ -1175,8 +1175,8 @@ mv %{buildroot}/root/etc/sgx_default_qcnl.conf \
perl -i -p -e 's,https://localhost:8081/sgx/certification/v4/,https://api.trustedservices.intel.com/sgx/certification/v4/,' \
%{buildroot}%{_sysconfdir}/sgx_default_qcnl.conf
-%__install %{SOURCE42} %{buildroot}%{_sysusersdir}/sgxprv.conf
-%__install %{SOURCE43} %{buildroot}%{_udevrulesdir}/92-sgx-provision.rules
+%__install -m 0644 %{SOURCE42} %{buildroot}%{_sysusersdir}/sgxprv.conf
+%__install -m 0644 %{SOURCE43} %{buildroot}%{_udevrulesdir}/92-sgx-provision.rules
############################################################
reply other threads:[~2026-08-24 12:32 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=178757477183.1.15559117763459248557.rpms-linux-sgx-4058719e9f7f@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