Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package container-selinux for
openSUSE:Factory checked in at 2022-07-18 18:32:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/container-selinux (Old)
and /work/SRC/openSUSE:Factory/.container-selinux.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "container-selinux"
Mon Jul 18 18:32:44 2022 rev:13 rq:989144 version:2.188.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/container-selinux/container-selinux.changes
2022-06-22 16:18:17.496539657 +0200
+++
/work/SRC/openSUSE:Factory/.container-selinux.new.1523/container-selinux.changes
2022-07-18 18:32:47.441659627 +0200
@@ -1,0 +2,7 @@
+Thu Jul 14 08:37:48 UTC 2022 - Johannes Segitz <[email protected]>
+
+- Update to version 2.188.0:
+ * Allow confined containers to mount overlay filesystems
+ Fixed bsc#1201348
+
+-------------------------------------------------------------------
Old:
----
v2.187.0.tar.gz
New:
----
v2.188.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ container-selinux.spec ++++++
--- /var/tmp/diff_new_pack.kB3mhF/_old 2022-07-18 18:32:48.049660492 +0200
+++ /var/tmp/diff_new_pack.kB3mhF/_new 2022-07-18 18:32:48.049660492 +0200
@@ -26,7 +26,7 @@
# Version of SELinux we were using
%define selinux_policyver %(rpm -q selinux-policy --qf '%%{version}')
Name: container-selinux
-Version: 2.187.0
+Version: 2.188.0
Release: 0
Summary: SELinux policies for container runtimes
License: GPL-2.0-only
++++++ v2.187.0.tar.gz -> v2.188.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/container-selinux-2.187.0/container.te
new/container-selinux-2.188.0/container.te
--- old/container-selinux-2.187.0/container.te 2022-05-24 18:37:23.000000000
+0200
+++ new/container-selinux-2.188.0/container.te 2022-06-23 16:56:13.000000000
+0200
@@ -1,4 +1,4 @@
-policy_module(container, 2.187.0)
+policy_module(container, 2.188.0)
gen_require(`
class passwd rootok;
@@ -1006,6 +1006,7 @@
fs_manage_fusefs_named_sockets(container_domain)
fs_manage_fusefs_named_pipes(container_domain)
fs_exec_fusefs_files(container_domain)
+fs_mount_xattr_fs(container_domain)
fs_unmount_xattr_fs(container_domain)
fs_remount_xattr_fs(container_domain)
fs_mount_fusefs(container_domain)