public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/linux-sgx] main: Ensure config/service files are mode 0644
@ 2026-08-24 11:54
0 siblings, 0 replies; only message in thread
From: @ 2026-08-24 11:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/linux-sgx
Branch : main
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=main
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
############################################################
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 11:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 11:54 [rpms/linux-sgx] main: Ensure config/service files are mode 0644
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox