PERFORCE change 40106 for review

Hrishikesh Dandekar hdandeka at FreeBSD.org
Tue Oct 21 17:28:23 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=40106

Change 40106 by hdandeka at 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;
 	}
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list