Compare commits
3 Commits
d5880aa11d
...
af1f524dab
Author | SHA1 | Date | |
---|---|---|---|
|
af1f524dab | ||
|
4078b5d200 | ||
|
4e7d3a20aa |
1
.container-selinux.metadata
Normal file
1
.container-selinux.metadata
Normal file
@ -0,0 +1 @@
|
||||
d64bfe52d0334626bc66843427b3b27cb69047cc v2.229.0.tar.gz
|
@ -19,8 +19,8 @@
|
||||
|
||||
Epoch: 2
|
||||
Name: container-selinux
|
||||
Version: 2.228.0
|
||||
Release: 1%{?dist}
|
||||
Version: 2.229.0
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
Summary: SELinux policies for container runtimes
|
||||
@ -53,7 +53,8 @@ SELinux policy modules for use with container runtimes.
|
||||
%if ! 0%{?fedora} && 0%{?rhel} <= 8
|
||||
sed -i 's/watch watch_reads//' container.if
|
||||
sed -i 's/watch watch_reads//' container.te
|
||||
sed -i '/sysfs_t:dir watch/d' container.te
|
||||
sed -i '/watch;/d' container.te
|
||||
sed -i '/watch;/d' container.if
|
||||
sed -i '/systemd_chat_resolved/d' container.te
|
||||
%endif
|
||||
|
||||
@ -122,6 +123,18 @@ fi
|
||||
%{_datadir}/udica/templates/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.229.0-2
|
||||
- remove watch statements properly for RHEL8 and lower
|
||||
- Related: Jira:RHEL-2110
|
||||
|
||||
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.229.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.229.0
|
||||
- Related: Jira:RHEL-2110
|
||||
|
||||
* Fri Jan 19 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.228.1-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.228.1
|
||||
- Related: Jira:RHEL-2110
|
||||
|
||||
* Thu Jan 11 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.228.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.228.0
|
||||
- Related: Jira:RHEL-2110
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v2.228.0.tar.gz) = b6dcfdc7044d491c15fe582af7cd2a653318ccb0d793556a7222620b5d3d1270d6d514cb9fae83d8f9e8300c5a3a8aee3c9bf69d68f8955b3f87cc20fb035f97
|
||||
SHA512 (v2.229.0.tar.gz) = 1341e0a6996d1ff2b06a0095f6720595f0775dff27f1f45702b3e03ea78f3b45708f55400b4dc8bfc4586efec4f72528512e8fbe461629a55a18936f8e6df30d
|
||||
|
Loading…
Reference in New Issue
Block a user