fix permissions of sshdgenkeys.service [release 9.9p1-3mamba;Sat Nov 23 2024]
This commit is contained in:
parent
5c4f651322
commit
bd4ec4517e
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 9.9p1
|
Version: 9.9p1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: OpenSSH free Secure Shell (SSH) implementation
|
Summary: OpenSSH free Secure Shell (SSH) implementation
|
||||||
Group: Network/Security
|
Group: Network/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -157,7 +157,7 @@ install -d %{buildroot}%{_sysconfdir}/{ssh,pam.d}
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
install -D -m 600 %{S:1} %{buildroot}%{_sysconfdir}/pam.d/sshd
|
install -D -m 600 %{S:1} %{buildroot}%{_sysconfdir}/pam.d/sshd
|
||||||
install -D -m 755 %{SOURCE2} %{buildroot}%{_unitdir}/sshdgenkeys.service
|
install -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/sshdgenkeys.service
|
||||||
install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/sshd.service
|
install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/sshd.service
|
||||||
install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/sshd@.service
|
install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/sshd@.service
|
||||||
install -D -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/sshd.socket
|
install -D -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/sshd.socket
|
||||||
@ -272,6 +272,9 @@ fi
|
|||||||
%{_libexecdir}/openssh/ssh-askpass
|
%{_libexecdir}/openssh/ssh-askpass
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 9.9p1-3mamba
|
||||||
|
- fix permissions of sshdgenkeys.service
|
||||||
|
|
||||||
* Sat Nov 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 9.9p1-2mamba
|
* Sat Nov 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 9.9p1-2mamba
|
||||||
- remove tmpfiles.d file duplicating /run/sshd already created by a systemd core file
|
- remove tmpfiles.d file duplicating /run/sshd already created by a systemd core file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user