From b28e2b3d9baf49b7fd36ea2dfa66c521089ec76c3f3e855145aed3aead1490bb Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 15 Nov 2021 07:33:53 +0000 Subject: [PATCH] Accepting request 931165 from home:RBrownSUSE:branches:security:SELinux - Update to version 2.171.0 * Define kubernetes_file_t as a config_type * Allow containers to be socket activated by user domains and by systemd. * Allow iptables to use fifo files of a container runtime * Allow container_runtime create all tmpfs content as container_runtime_tmpfs_t * Allow containers to create lnk_file on tmpfs_t directories. OBS-URL: https://build.opensuse.org/request/show/931165 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/container-selinux?expand=0&rev=16 --- container-selinux-2.164.2.tar.gz | 3 --- container-selinux-2.171.0.tar.gz | 3 +++ container-selinux.changes | 10 ++++++++++ container-selinux.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 container-selinux-2.164.2.tar.gz create mode 100644 container-selinux-2.171.0.tar.gz diff --git a/container-selinux-2.164.2.tar.gz b/container-selinux-2.164.2.tar.gz deleted file mode 100644 index d98d51f..0000000 --- a/container-selinux-2.164.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f1b4c59526386a08cd156b43a049e62d715575265f28c56e59eec4c8bc1e209 -size 24424 diff --git a/container-selinux-2.171.0.tar.gz b/container-selinux-2.171.0.tar.gz new file mode 100644 index 0000000..7d6cf3e --- /dev/null +++ b/container-selinux-2.171.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5049009f3e294041b358bdded49e53e4744f13a8433cba6c6af824c03a5ced3b +size 25556 diff --git a/container-selinux.changes b/container-selinux.changes index 71b7bf7..6776500 100644 --- a/container-selinux.changes +++ b/container-selinux.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 12 16:21:06 UTC 2021 - Richard Brown + +- Update to version 2.171.0 + * Define kubernetes_file_t as a config_type + * Allow containers to be socket activated by user domains and by systemd. + * Allow iptables to use fifo files of a container runtime + * Allow container_runtime create all tmpfs content as container_runtime_tmpfs_t + * Allow containers to create lnk_file on tmpfs_t directories. + ------------------------------------------------------------------- Mon Aug 9 07:44:17 UTC 2021 - Johannes Segitz diff --git a/container-selinux.spec b/container-selinux.spec index 1f0a4a9..a97c7bd 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -26,7 +26,7 @@ # Version of SELinux we were using %define selinux_policyver %(rpm -q selinux-policy --qf '%%{version}') Name: container-selinux -Version: 2.164.2 +Version: 2.171.0 Release: 0 Summary: SELinux policies for container runtimes License: GPL-2.0-only