Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 20:33:10 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 883871 for review
Message-ID:  <201309282033.r8SKXAMC095188@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@883871?ac=10

Change 883871 by rwatson@rwatson_zenith_cl_cam_ac_uk on 2013/09/28 20:32:28

	Derive a sealed data capability from its unsealed code counterpart,
	rather than the sealed code capability.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/bin/cheritest/cheritest.c#21 edit

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/bin/cheritest/cheritest.c#21 (text+ko) ====

@@ -133,7 +133,7 @@
 	 * suitable for use with CCall.
 	 */
 	CHERI_CANDPERM(2, 3, CHERI_PERM_LOAD);
-	CHERI_CSEALDATA(2, 2, 1);
+	CHERI_CSEALDATA(2, 2, 3);
 	
 	/* Invoke capability. */
 	CHERI_CCALL(1, 2);



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