All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] [meta-ivi] portmap: By default do not bind to 127.0.0.1
@ 2013-06-11 15:32 Shakeel, Muhammad
  0 siblings, 0 replies; only message in thread
From: Shakeel, Muhammad @ 2013-06-11 15:32 UTC (permalink / raw)
  To: holger.behrens, florin.sarbu; +Cc: yocto

From: Muhammad Shakeel <muhammad_shakeel@mentor.com>

-l prevents portmap from binding to other external networking
interfaces i.e. ethernet

Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
---
 .../portmap/portmap/portmap.service                |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-connectivity/portmap/portmap/portmap.service b/recipes-connectivity/portmap/portmap/portmap.service
index a76754f..e14058d 100644
--- a/recipes-connectivity/portmap/portmap/portmap.service
+++ b/recipes-connectivity/portmap/portmap/portmap.service
@@ -4,7 +4,7 @@ After=connman.service
 
 [Service]
 Type=forking
-ExecStart=/sbin/portmap -l
+ExecStart=/sbin/portmap
 PIDFile=/var/run/portmap.pid
 
 [Install]
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-11 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-11 15:32 [PATCH 3/3] [meta-ivi] portmap: By default do not bind to 127.0.0.1 Shakeel, Muhammad

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.