From bb74e8e79ea3f52655bd27601892f583622073772761cbf4f398e55233ed8531 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Thu, 28 Jul 2022 13:16:02 +0000 Subject: [PATCH] Accepting request 991528 from home:djz88:branches:security:SELinux OBS-URL: https://build.opensuse.org/request/show/991528 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=140 --- fix_cloudform.patch | 13 +++++++++++++ selinux-policy.changes | 6 ++++++ selinux-policy.spec | 1 + 3 files changed, 20 insertions(+) create mode 100644 fix_cloudform.patch diff --git a/fix_cloudform.patch b/fix_cloudform.patch new file mode 100644 index 0000000..cac7161 --- /dev/null +++ b/fix_cloudform.patch @@ -0,0 +1,13 @@ +Index: fedora-policy/policy/modules/contrib/cloudform.te +=================================================================== +--- cloudform.te 2022-07-18 14:06:56.735383426 +0200 ++++ cloudform.te.new 2022-07-18 14:07:36.003069544 +0200 +@@ -81,6 +81,8 @@ + + init_dbus_chat(cloud_init_t) + ++snapper_dbus_chat(cloud_init_t) ++ + kernel_read_network_state(cloud_init_t) + + corenet_tcp_connect_http_port(cloud_init_t) diff --git a/selinux-policy.changes b/selinux-policy.changes index 3ba9fe1..df20c31 100644 --- a/selinux-policy.changes +++ b/selinux-policy.changes @@ -5,6 +5,12 @@ Wed Jul 27 14:00:55 UTC 2022 - Hu and NetworkManager_dispatcher_custom_t to access nscd socket (bsc#1201741) +------------------------------------------------------------------- +Thu Jul 26 10:50:21 UTC 2022 - Zdenek Kubala + +- Add fix_cloudform.patch to fix cloud-init runcmd issue with snapper + (bnc#201015) + ------------------------------------------------------------------- Thu Jul 14 08:44:12 UTC 2022 - Johannes Segitz diff --git a/selinux-policy.spec b/selinux-policy.spec index de1a77b..6837667 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -142,6 +142,7 @@ Patch058: fix_bitlbee.patch Patch059: systemd_domain_dyntrans_type.patch Patch060: fix_dnsmasq.patch Patch061: fix_userdomain.patch +Patch062: fix_cloudform.patch Patch100: sedoctool.patch