From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.01.org
Subject: [RFC 1/1] test-runner: allow anonymous Dbus access
Date: Tue, 24 Mar 2020 13:29:01 -0700 [thread overview]
Message-ID: <20200324202901.26984-2-prestwoj@gmail.com> (raw)
In-Reply-To: <20200324202901.26984-1-prestwoj@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 726 bytes --]
The dbus config file doesn't play well with Fedora.
---
tools/test-runner.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/test-runner.c b/tools/test-runner.c
index 320dea0b..1be3f640 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -665,6 +665,8 @@ static void create_dbus_system_conf(void)
fputs("<type>system</type>\n", fp);
fputs("<listen>unix:path=/run/dbus/system_bus_socket</listen>\n", fp);
fputs("<limit name=\"reply_timeout\">2147483647</limit>", fp);
+ fputs("<auth>ANONYMOUS</auth>\n", fp);
+ fputs("<allow_anonymous/>\n", fp);
fputs("<policy context=\"default\">\n", fp);
fputs("<allow user=\"*\"/>\n", fp);
fputs("<allow own=\"*\"/>\n", fp);
--
2.21.1
prev parent reply other threads:[~2020-03-24 20:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-24 20:29 [RFC 0/1] Fix DBus auth issues on Fedora James Prestwood
2020-03-24 20:29 ` James Prestwood [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200324202901.26984-2-prestwoj@gmail.com \
--to=prestwoj@gmail.com \
--cc=iwd@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox