* 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:
parent
89fc5f15af
commit
eae2c639f7
Binary file not shown.
@ -49142,10 +49142,10 @@ index 0000000..86e3d01
|
|||||||
+')
|
+')
|
||||||
diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
|
diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000..2800431
|
index 0000000..373d526
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/policy/modules/system/systemd.te
|
+++ b/policy/modules/system/systemd.te
|
||||||
@@ -0,0 +1,973 @@
|
@@ -0,0 +1,974 @@
|
||||||
+policy_module(systemd, 1.0.0)
|
+policy_module(systemd, 1.0.0)
|
||||||
+
|
+
|
||||||
+#######################################
|
+#######################################
|
||||||
@ -49431,6 +49431,7 @@ index 0000000..2800431
|
|||||||
+optional_policy(`
|
+optional_policy(`
|
||||||
+ devicekit_dbus_chat_power(systemd_logind_t)
|
+ devicekit_dbus_chat_power(systemd_logind_t)
|
||||||
+ devicekit_dbus_chat_disk(systemd_logind_t)
|
+ devicekit_dbus_chat_disk(systemd_logind_t)
|
||||||
|
+ devicekit_dbus_chat(systemd_logind_t)
|
||||||
+')
|
+')
|
||||||
+
|
+
|
||||||
+optional_policy(`
|
+optional_policy(`
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.13.1
|
Version: 3.13.1
|
||||||
Release: 224%{?dist}
|
Release: 225%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -675,6 +675,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 08 2016 Lukas Vrabec <lvrabec@redhat.com> - 3.13.1-224
|
||||||
- Allow watching netflix using Firefox
|
- Allow watching netflix using Firefox
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user