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