PERFORCE change 23064 for review

Brian Feldman green at freebsd.org
Thu Jan 2 21:26:13 GMT 2003


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

Change 23064 by green at green_laptop_2 on 2003/01/02 13:25:51

	* Correct input of the security class paramater for the change_sid
	  sysctl.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd_sysctl.c#8 edit

Differences ...

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

@@ -210,7 +210,7 @@
 		error = EINVAL;
 		goto out;
 	}
-	bcopy(&scontext[strlen(scontext) + 1], &tclass, sizeof(tclass));
+	bcopy(&tcontext[strlen(tcontext) + 1], &tclass, sizeof(tclass));
 	/*
 	 * XXX We need POLICY_RDLOCK here, but it's not exported!
 	 */
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