Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package selinux-policy for openSUSE:Factory 
checked in at 2023-01-14 20:30:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old)
 and      /work/SRC/openSUSE:Factory/.selinux-policy.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "selinux-policy"

Sat Jan 14 20:30:42 2023 rev:42 rq:1058006 version:20221019

Changes:
--------
--- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes    
2022-12-17 20:36:14.996507671 +0100
+++ /work/SRC/openSUSE:Factory/.selinux-policy.new.32243/selinux-policy.changes 
2023-01-14 20:30:49.848898575 +0100
@@ -1,0 +2,12 @@
+Thu Jan 12 13:01:47 UTC 2023 - Johannes Segitz <jseg...@suse.com>
+
+- Update fix_container.patch to allow privileged containers to use
+  localectl (bsc#1207077)
+
+-------------------------------------------------------------------
+Wed Jan 11 14:17:02 UTC 2023 - Johannes Segitz <jseg...@suse.com>
+
+- Add fix_container.patch to allow privileged containers to use
+  timedatectl (bsc#1207054)
+
+-------------------------------------------------------------------

New:
----
  fix_container.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ selinux-policy.spec ++++++
--- /var/tmp/diff_new_pack.qNUFxl/_old  2023-01-14 20:30:52.368913458 +0100
+++ /var/tmp/diff_new_pack.qNUFxl/_new  2023-01-14 20:30:52.376913505 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package selinux-policy
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -148,6 +148,8 @@
 Patch064:       dontaudit_interface_kmod_tmpfs.patch
 Patch065:       fix_sendmail.patch
 Patch066:       fix_ipsec.patch
+# https://github.com/containers/container-selinux/pull/199, can be dropped 
once this is included
+Patch067:       fix_container.patch
 
 Patch100:       sedoctool.patch
 

++++++ fix_container.patch ++++++
Index: fedora-policy-20221019/policy/modules/services/container.te
===================================================================
--- fedora-policy-20221019.orig/policy/modules/services/container.te
+++ fedora-policy-20221019/policy/modules/services/container.te
@@ -681,6 +681,8 @@ init_dbus_chat(spc_t)
 optional_policy(`
        systemd_dbus_chat_machined(spc_t)
        systemd_dbus_chat_logind(spc_t)
+       systemd_dbus_chat_timedated(spc_t)
+       systemd_dbus_chat_localed(spc_t)
 ')
 
 optional_policy(`

Reply via email to