Accepting request 1057912 from home:jsegitz:branches:security:SELinux
- Add fix_container.patch to allow privileged containers to use timedatectl (bsc#1207054) OBS-URL: https://build.opensuse.org/request/show/1057912 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=168
This commit is contained in:
parent
411b89e9ec
commit
8beb2b3f3b
12
fix_container.patch
Normal file
12
fix_container.patch
Normal file
@ -0,0 +1,12 @@
|
||||
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,7 @@ 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)
|
||||
')
|
||||
|
||||
optional_policy(`
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 14:17:02 UTC 2023 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Add fix_container.patch to allow privileged containers to use
|
||||
timedatectl (bsc#1207054)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 16:11:15 UTC 2022 - Hu <cathy.hu@suse.com>
|
||||
|
||||
|
@ -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 @@ Patch063: fix_alsa.patch
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user