libteam/0001-allow-send_interface-dbus.patch
Nirmoy Das 49016750bc Accepting request 544444 from home:ndas:branches:network
- allow send_interface in dbus conf file for wicked.
  [+ 0001-allow-send_interface-dbus.patch]

OBS-URL: https://build.opensuse.org/request/show/544444
OBS-URL: https://build.opensuse.org/package/show/network/libteam?expand=0&rev=14
2017-11-22 16:31:37 +00:00

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