Read drop-in files from /etc/sudoers.d
This commit is contained in:
parent
73a28d4932
commit
6581fe5bfb
@ -1,6 +1,6 @@
|
|||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.8.27
|
Version: 1.8.27
|
||||||
Release: 4
|
Release: 4.h1
|
||||||
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/
|
||||||
@ -149,6 +149,9 @@ install -p -c -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/sudo-i
|
|||||||
%exclude %{_pkgdocdir}/ChangeLog
|
%exclude %{_pkgdocdir}/ChangeLog
|
||||||
|
|
||||||
%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
|
* Mon Jan 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.8.27-4
|
||||||
- fix CVE-2019-19232 and CVE-2019-19234
|
- fix CVE-2019-19232 and CVE-2019-19234
|
||||||
|
|
||||||
|
|||||||
3
sudoers
3
sudoers
@ -38,3 +38,6 @@ root ALL=(ALL) ALL
|
|||||||
|
|
||||||
## Allows people in group wheel to run all commands
|
## Allows people in group wheel to run all commands
|
||||||
%wheel ALL=(ALL) ALL
|
%wheel ALL=(ALL) ALL
|
||||||
|
|
||||||
|
## Read drop-in files from /etc/sudoers.d (the # here does not mean a comment)
|
||||||
|
#includedir /etc/sudoers.d
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user