diff --git a/container-selinux.tgz b/container-selinux.tgz index 7a78fdfc..84868715 100644 Binary files a/container-selinux.tgz and b/container-selinux.tgz differ diff --git a/policy-rawhide-base.patch b/policy-rawhide-base.patch index 7a93d33c..e4bcf7d5 100644 --- a/policy-rawhide-base.patch +++ b/policy-rawhide-base.patch @@ -49142,10 +49142,10 @@ index 0000000..86e3d01 +') diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te new file mode 100644 -index 0000000..2800431 +index 0000000..373d526 --- /dev/null +++ b/policy/modules/system/systemd.te -@@ -0,0 +1,973 @@ +@@ -0,0 +1,974 @@ +policy_module(systemd, 1.0.0) + +####################################### @@ -49431,6 +49431,7 @@ index 0000000..2800431 +optional_policy(` + devicekit_dbus_chat_power(systemd_logind_t) + devicekit_dbus_chat_disk(systemd_logind_t) ++ devicekit_dbus_chat(systemd_logind_t) +') + +optional_policy(` diff --git a/selinux-policy.spec b/selinux-policy.spec index 872bf61a..4cd8e749 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -19,7 +19,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.13.1 -Release: 224%{?dist} +Release: 225%{?dist} License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -675,6 +675,9 @@ exit 0 %endif %changelog +* Wed Nov 09 2016 Lukas Vrabec - 3.13.1-225 +- Allow systemd_logind_t domain to communicate with devicekit_t domain via dbus bz(1393373) + * Tue Nov 08 2016 Lukas Vrabec - 3.13.1-224 - Allow watching netflix using Firefox