Accepting request 1177466 from security:apparmor
- Exclude the crun profile in addition to runc (forwarded request 1177448 from favogt) OBS-URL: https://build.opensuse.org/request/show/1177466 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=209
This commit is contained in:
commit
302be76938
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 06:41:36 UTC 2024 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Exclude the crun profile in addition to runc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 19:34:43 UTC 2024 - Christian Boltz <suse-beta@cboltz.de>
|
||||
|
||||
|
@ -628,7 +628,10 @@ rm -fv %{buildroot}%{_libdir}/libapparmor.la
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/ch-run
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/chrome
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/code
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/crun
|
||||
# exclude crun and runc profiles until the updated container engines (including updated profile with "signal peer=runc") has arrived
|
||||
#config(noreplace) %{_sysconfdir}/apparmor.d/crun
|
||||
%exclude %{_sysconfdir}/apparmor.d/crun
|
||||
%exclude %{_sysconfdir}/apparmor.d/runc
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/devhelp
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/element-desktop
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/epiphany
|
||||
@ -674,9 +677,7 @@ rm -fv %{buildroot}%{_libdir}/libapparmor.la
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/rootlesskit
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/rpm
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/rssguard
|
||||
# exclude runc profile until the updated runc (including updated profile with "signal peer=runc") has arrived
|
||||
#config(noreplace) %{_sysconfdir}/apparmor.d/runc
|
||||
%exclude %{_sysconfdir}/apparmor.d/runc
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/samba-bgqd
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/samba-dcerpcd
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/samba-rpcd
|
||||
|
Loading…
x
Reference in New Issue
Block a user