!95 修复欧拉配置文件打包时参数丢失导致用户配置被覆盖问题
From: @zhangzeyang0718 Reviewed-by: @HuaxinLuGitee Signed-off-by: @HuaxinLuGitee
This commit is contained in:
commit
2a13c0f71f
@ -1,6 +1,6 @@
|
|||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.9.2
|
Version: 1.9.2
|
||||||
Release: 11
|
Release: 12
|
||||||
Summary: Allows restricted root access for specified users
|
Summary: Allows restricted root access for specified users
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: http://www.courtesan.com/sudo/
|
URL: http://www.courtesan.com/sudo/
|
||||||
@ -139,8 +139,8 @@ install -p -c -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/sudo-i
|
|||||||
%attr(0440,root,root) %config(noreplace) /etc/sudoers
|
%attr(0440,root,root) %config(noreplace) /etc/sudoers
|
||||||
%attr(0750,root,root) %dir /etc/sudoers.d/
|
%attr(0750,root,root) %dir /etc/sudoers.d/
|
||||||
%attr(0644,root,root) %{_tmpfilesdir}/sudo.conf
|
%attr(0644,root,root) %{_tmpfilesdir}/sudo.conf
|
||||||
%attr(0644,root,root) /etc/dnf/protected.d/sudo.conf
|
%attr(0644,root,root) %config(noreplace) /etc/dnf/protected.d/sudo.conf
|
||||||
%attr(0640,root,root) /etc/sudo.conf
|
%attr(0640,root,root) %config(noreplace) /etc/sudo.conf
|
||||||
%attr(4111,root,root) %{_bindir}/sudo
|
%attr(4111,root,root) %{_bindir}/sudo
|
||||||
%attr(0111,root,root) %{_bindir}/sudoreplay
|
%attr(0111,root,root) %{_bindir}/sudoreplay
|
||||||
%{_bindir}/sudoedit
|
%{_bindir}/sudoedit
|
||||||
@ -175,6 +175,9 @@ install -p -c -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/sudo-i
|
|||||||
%exclude %{_pkgdocdir}/ChangeLog
|
%exclude %{_pkgdocdir}/ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 10 2023 zhangzeyang <zhangzeyang@kylinos.cn> - 1.9.2-12
|
||||||
|
- change spec fix profile Overwrite
|
||||||
|
|
||||||
* Tue Mar 28 2023 wangcheng <wangcheng156@huawei.com> - 1.9.2-11
|
* Tue Mar 28 2023 wangcheng <wangcheng156@huawei.com> - 1.9.2-11
|
||||||
- Fix CVE-2023-28486 and CVE-2023-28487
|
- Fix CVE-2023-28486 and CVE-2023-28487
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user