Blame SOURCES/xinetd-2.3.15-context-exepath.patch

01101d
--- xinetd-2.3.15/xinetd/child.c	2013-06-25 14:12:24.599767760 +0200
01101d
+++ xinetd-2.3.15/xinetd/child.c.new	2013-06-25 14:14:57.463905500 +0200
01101d
@@ -532,7 +532,7 @@ static int set_context_from_socket( cons
01101d
    if (getpeercon(fd, &peer_context) < 0)
01101d
      goto fail;
01101d
 
01101d
-   exepath = SC_SERVER_ARGV( scp )[0];
01101d
+   exepath = SC_SERVER( scp );
01101d
    if (getfilecon(exepath, &exec_context) < 0)
01101d
      goto fail;
01101d