32 lines
834 B
Diff
32 lines
834 B
Diff
|
From f0ebd1613f748f5ba4f873935d3e171cdeb8620c Mon Sep 17 00:00:00 2001
|
||
|
From: Nirmoy Das <ndas@suse.de>
|
||
|
Date: Wed, 22 Nov 2017 16:49:53 +0100
|
||
|
Subject: [PATCH] allow send_interface dbus
|
||
|
|
||
|
---
|
||
|
teamd/teamd.conf.in | 3 +++
|
||
|
1 file changed, 3 insertions(+)
|
||
|
|
||
|
diff --git a/teamd/teamd.conf.in b/teamd/teamd.conf.in
|
||
|
index 6ca3282..8fca859 100644
|
||
|
--- a/teamd/teamd.conf.in
|
||
|
+++ b/teamd/teamd.conf.in
|
||
|
@@ -4,11 +4,14 @@
|
||
|
<busconfig>
|
||
|
<policy user="root">
|
||
|
<allow own_prefix="org.libteam.teamd"/>
|
||
|
+ <allow send_interface="org.libteam.teamd"/>
|
||
|
</policy>
|
||
|
<policy user="@teamd_user@">
|
||
|
<allow own_prefix="org.libteam.teamd"/>
|
||
|
+ <allow send_interface="org.libteam.teamd"/>
|
||
|
</policy>
|
||
|
<policy context="default">
|
||
|
<deny own_prefix="org.libteam.teamd"/>
|
||
|
+ <allow send_interface="org.libteam.teamd"/>
|
||
|
</policy>
|
||
|
</busconfig>
|
||
|
--
|
||
|
2.15.0
|
||
|
|