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

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