Skip to content

Commit

Permalink
spec: change passkey_child owner
Browse files Browse the repository at this point in the history
passkey_child owner was incorrectly set to $sssd_user:$sssd_user, when
it should be root:root. Correcting it.

Fixes: 30daa0c ("spec: update to include passkey")

Signed-off-by: Iker Pedrosa <[email protected]>

Reviewed-by: Alexey Tikhonov <[email protected]>
  • Loading branch information
ikerexxe authored and alexey-tikhonov committed Jun 18, 2024
1 parent 7e54777 commit bb72b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/sssd.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/sssd.conf

%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
%if "%{sssd_user}" != "root"
Expand Down

0 comments on commit bb72b53

Please sign in to comment.