From 0eb8eae8b841c36b3bd554f39cd2f55a616fdf38995d46f5b251c851235b2fc4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 21 Jun 2022 08:30:07 +0000 Subject: [PATCH] Accepting request 984109 from home:aplanas:branches:security - Add /etc/keys/evn and /usr/etc/keys/evm together with the IMA ones OBS-URL: https://build.opensuse.org/request/show/984109 OBS-URL: https://build.opensuse.org/package/show/security/keyutils?expand=0&rev=58 --- keyutils.changes | 5 +++++ keyutils.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/keyutils.changes b/keyutils.changes index f6f8d7d..f9c2087 100644 --- a/keyutils.changes +++ b/keyutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 21 08:26:54 UTC 2022 - Alberto Planas Dominguez + +- Add /etc/keys/evn and /usr/etc/keys/evm together with the IMA ones + ------------------------------------------------------------------- Thu Jun 24 12:54:11 UTC 2021 - Alberto Planas Dominguez diff --git a/keyutils.spec b/keyutils.spec index d9c912e..2a17dd7 100644 --- a/keyutils.spec +++ b/keyutils.spec @@ -1,7 +1,7 @@ # # spec file for package keyutils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -89,8 +89,10 @@ ln -s /%{_sbindir}/request-key %{buildroot}/sbin install -m 0750 -d \ %{buildroot}%{_sysconfdir}/keys \ %{buildroot}%{_sysconfdir}/keys/ima \ + %{buildroot}%{_sysconfdir}/keys/evm \ %{buildroot}%{_distconfdir}/keys \ - %{buildroot}%{_distconfdir}/keys/ima + %{buildroot}%{_distconfdir}/keys/ima \ + %{buildroot}%{_distconfdir}/keys/evm %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig @@ -110,9 +112,11 @@ install -m 0750 -d \ %dir %{_sysconfdir}/request-key.d/ %dir %{_sysconfdir}/keys/ %dir %{_sysconfdir}/keys/ima/ +%dir %{_sysconfdir}/keys/evm/ %if %{defined use_usretc} %dir %{_distconfdir}/keys/ %dir %{_distconfdir}/keys/ima/ +%dir %{_distconfdir}/keys/evm/ %endif %files -n %{lname}