From d429a52e6392e3b7aef0852d927f322ecbfe9a3a2ec529e66f5d0b255e62b55a Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Mon, 31 Aug 2020 10:31:58 +0000 Subject: [PATCH] Accepting request 829280 from home:olh:branches:Base:System - This rpm packages decides about the permissions of /etc/sudoers.d OBS-URL: https://build.opensuse.org/request/show/829280 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=179 --- sudo.changes | 5 +++++ sudo.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sudo.changes b/sudo.changes index bc467ac..c6bdfc4 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 25 10:10:10 UTC 2020 - olaf@aepfle.de + +- This rpm packages decides about the permissions of /etc/sudoers.d + ------------------------------------------------------------------- Fri Jul 24 08:47:34 UTC 2020 - Paolo Stivanin diff --git a/sudo.spec b/sudo.spec index 24116ce..6a1f26c 100644 --- a/sudo.spec +++ b/sudo.spec @@ -195,7 +195,7 @@ chmod 0440 %{_sysconfdir}/sudoers %{_mandir}/man8/sudo_sendlog.8%{?ext_man} %config(noreplace) %attr(0440,root,root) %{_sysconfdir}/sudoers -%dir %{_sysconfdir}/sudoers.d +%attr(0750,root,root) %dir %{_sysconfdir}/sudoers.d %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sudo.conf %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sudo_logsrvd.conf %if %{defined use_usretc}