All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] tools: Fix btmon-logger service unit
@ 2018-07-23 20:31 Andrzej Kaczmarek
  2018-07-27 12:02 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Kaczmarek @ 2018-07-23 20:31 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

Bluetooth sockets can be only created in initial network namespace thus
btmon-logger will fail to open monitor socket with PrivateNetwork=true
since this sets up new network namespace for created process.
---
 tools/bluetooth-logger.service.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/bluetooth-logger.service.in b/tools/bluetooth-logger.service.in
index 210bf59ac..026a2f130 100644
--- a/tools/bluetooth-logger.service.in
+++ b/tools/bluetooth-logger.service.in
@@ -12,7 +12,6 @@ ProtectHome=true
 ProtectSystem=full
 PrivateTmp=true
 PrivateDevices=true
-PrivateNetwork=true
 
 [Install]
 WantedBy=bluetooth.target
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-27 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-23 20:31 [PATCH BlueZ] tools: Fix btmon-logger service unit Andrzej Kaczmarek
2018-07-27 12:02 ` Szymon Janc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.