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
This commit is contained in:
Nirmoy Das 2017-11-22 16:31:37 +00:00 committed by Git OBS Bridge
parent 8a21613050
commit 49016750bc
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,31 @@
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

View File

@ -1,4 +1,9 @@
-------------------------------------------------------------------
Wed Nov 22 16:52:51 CET 2017 - ndas@suse.de
- allow send_interface in dbus conf file for wicked.
[+ 0001-allow-send_interface-dbus.patch]
-------------------------------------------------------------------
Wed Nov 22 11:17:03 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.27

View File

@ -46,6 +46,7 @@ BuildRequires: systemd-rpm-macros
Patch0: check_if_psr_ops_were_initialized.patch
Patch1: start_teamd_from_usr_sbin.patch
Patch2: ignore_ebusy_for_team_hwaddr_set.patch
Patch3: 0001-allow-send_interface-dbus.patch
%define teamd_user teamd
%define teamd_group daemon
%define teamd_daemon_directory /run/teamd
@ -121,6 +122,7 @@ programs that will manipulate team network devices.
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
%configure --includedir="%_includedir/pkg/%name" --bindir="%_sbindir" \