Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2003 13:26:13 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23064 for review
Message-ID:  <200301022126.h02LQD0e036725@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 23064 by green@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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