Remove '<deny send_interface="..." />' directives from the dbus config template, since they were removed from the main file as well. The template file is used to replace the original dbus config file with per user directives specified during compile time. This is a change originating from commit: cf24f96afb338d.
Signed-off-by: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de --- teamd/teamd.conf.in | 2 -- 1 file changed, 2 deletions(-)
diff --git a/teamd/teamd.conf.in b/teamd/teamd.conf.in index f4e3017..6ca3282 100644 --- a/teamd/teamd.conf.in +++ b/teamd/teamd.conf.in @@ -4,11 +4,9 @@ <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"/>
Thu, Nov 26, 2015 at 11:12:25AM CET, pwieczorkiewicz@suse.de wrote:
Remove '<deny send_interface="..." />' directives from the dbus config template, since they were removed from the main file as well. The template file is used to replace the original dbus config file with per user directives specified during compile time. This is a change originating from commit: cf24f96afb338d.
Signed-off-by: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de
applied, thanks.
libteam@lists.fedorahosted.org