* Wed Nov 09 2016 Lukas Vrabec <lvrabec@redhat.com> - 3.13.1-225

- Allow systemd_logind_t domain to communicate with devicekit_t domain via dbus bz(1393373)
This commit is contained in:
Lukas Vrabec 2016-11-09 13:45:14 +01:00
parent 89fc5f15af
commit eae2c639f7
3 changed files with 7 additions and 3 deletions

Binary file not shown.

View File

@ -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(`

View File

@ -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 <lvrabec@redhat.com> - 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 <lvrabec@redhat.com> - 3.13.1-224
- Allow watching netflix using Firefox