Read drop-in files from /etc/sudoers.d

This commit is contained in:
Anakin Zhang 2020-04-17 10:34:03 +08:00
parent 73a28d4932
commit 6581fe5bfb
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: sudo
Version: 1.8.27
Release: 4
Release: 4.h1
Summary: Allows restricted root access for specified users
License: ISC
URL: http://www.courtesan.com/sudo/
@ -149,6 +149,9 @@ install -p -c -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/sudo-i
%exclude %{_pkgdocdir}/ChangeLog
%changelog
* Fri Apr 17 2020 Anakin Zhang <nbztx@126.com> - 1.8.27-4.h1
- Read drop-in files from /etc/sudoers.d
* Mon Jan 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.8.27-4
- fix CVE-2019-19232 and CVE-2019-19234

View File

@ -38,3 +38,6 @@ root ALL=(ALL) ALL
## Allows people in group wheel to run all commands
%wheel ALL=(ALL) ALL
## Read drop-in files from /etc/sudoers.d (the # here does not mean a comment)
#includedir /etc/sudoers.d