35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
|
From ee8de7e404ba65062e0b373f2badc0475835bbde Mon Sep 17 00:00:00 2001
|
||
|
From: Iker Pedrosa <ipedrosa@redhat.com>
|
||
|
Date: Tue, 11 Jun 2024 15:57:23 +0200
|
||
|
Subject: [PATCH] spec: change passkey_child owner
|
||
|
|
||
|
passkey_child owner was incorrectly set to $sssd_user:$sssd_user, when
|
||
|
it should be root:root. Correcting it.
|
||
|
|
||
|
Fixes: 30daa0ccdae5 ("spec: update to include passkey")
|
||
|
|
||
|
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
|
||
|
|
||
|
Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
|
||
|
(cherry picked from commit bb72b53d3a222f016d882853a619bd74c237edf9)
|
||
|
---
|
||
|
contrib/sssd.spec.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
|
||
|
index 03171a872..3735d4f06 100644
|
||
|
--- a/contrib/sssd.spec.in
|
||
|
+++ b/contrib/sssd.spec.in
|
||
|
@@ -998,7 +998,7 @@ done
|
||
|
|
||
|
%if %{build_passkey}
|
||
|
%files passkey
|
||
|
-%attr(755,%{sssd_user},%{sssd_user}) %{_libexecdir}/%{servicename}/passkey_child
|
||
|
+%{_libexecdir}/%{servicename}/passkey_child
|
||
|
%{_libdir}/%{name}/modules/sssd_krb5_passkey_plugin.so
|
||
|
%{_datadir}/sssd/krb5-snippets/sssd_enable_passkey
|
||
|
%config(noreplace) %{_sysconfdir}/krb5.conf.d/sssd_enable_passkey
|
||
|
--
|
||
|
2.44.0
|
||
|
|