python-dbus-next icon indicating copy to clipboard operation
python-dbus-next copied to clipboard

Test for tcp address connections

Open acrisci opened this issue 5 years ago • 2 comments

#57

What is the use case for tcp address connections? Are people using dbus config or some kind of network forwarding?

@M-Bab

acrisci avatar Sep 02 '20 15:09 acrisci

I guess mainly people are using dbus config. We have a successful config here on an embedded device with anonymous auth but this is only for testing. Obviously the combination of opening up dbus to the network combined with anonymous authentication is somehow dangerous.

M-Bab avatar Sep 02 '20 20:09 M-Bab

Yes that is very dangerous because it means anyone can call dbus methods on your system and some of the methods are extremely powerful.

Right now the tests just use network forwarding. These should be expanded to test with a direct tcp connection using a config. If you have an example config to try, you can post it here.

acrisci avatar Sep 02 '20 20:09 acrisci