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

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