Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2003 10:28:23 -0700 (PDT)
From:      Hrishikesh Dandekar <hdandeka@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 40106 for review
Message-ID:  <200310211728.h9LHSNNJ090407@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=40106

Change 40106 by hdandeka@hdandeka_yash on 2003/10/21 10:27:23

	fix.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.c#24 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.c#24 (text+ko) ====

@@ -566,8 +566,8 @@
 	 */
 	if(security_transition_sid(tsec->sid, msqsec->sid, 
 	    SECCLASS_MSG, &msgsec->sid) < 0) {
-		printf("Warning: security_transition_sid failed on 
-				create_ipc_msgmsg\n");
+		printf("Warning: security_transition_sid failed on" 
+				"create_ipc_msgmsg\n");
 		printf("Assigning the requesting thread's sid to the msg\n");
 		msgsec->sid = tsec->sid;
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310211728.h9LHSNNJ090407>