13 okt 2013 kl. 21:31 skrev Todd Heberlein <todd_heberl...@mac.com>:

> I have a network service I launch via launchd.
> 
> Is it possible to configure the launchd plist to have it only respond to 
> connection requests on a certain network interface? In particular, I want to 
> only allow connection requests from localhost.


I would expect this to do the trick:

  <key>SockNodeName</key>
  <string>localhost</string>

-- 
Per Olofsson, IT-service, University of Gothenburg

_______________________________________________
launchd-dev mailing list
launchd-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/launchd-dev

Reply via email to