Skip to content

Commit

Permalink
SPEC: make '%{pipepath}/private' sssd:sssd owned
Browse files Browse the repository at this point in the history
Since db1a919 the only socket
in '/private' is an internal SBUS socket.
  • Loading branch information
alexey-tikhonov committed Feb 1, 2024
1 parent 015ccf5 commit 133f70d
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 @@ -790,7 +790,7 @@ install -D -p -m 0644 contrib/sssd.sysusers %{buildroot}%{_sysusersdir}/sssd.con
%attr(700,root,root) %dir %{secdbpath}
%attr(751,%{sssd_user},%{sssd_user}) %dir %{deskprofilepath}
%attr(775,%{sssd_user},%{sssd_user}) %dir %{pipepath}
%attr(770,%{sssd_user},root) %dir %{pipepath}/private
%attr(770,%{sssd_user},%{sssd_user}) %dir %{pipepath}/private
%attr(775,%{sssd_user},%{sssd_user}) %dir %{pubconfpath}
%attr(770,%{sssd_user},%{sssd_user}) %dir %{gpocachepath}
%attr(770,%{sssd_user},%{sssd_user}) %dir %{_var}/log/%{name}
Expand Down

0 comments on commit 133f70d

Please sign in to comment.