PERFORCE change 219796 for review

Brooks Davis brooks at FreeBSD.org
Thu Nov 15 18:17:03 UTC 2012


http://p4web.freebsd.org/@@219796?ac=10

Change 219796 by brooks at brooks_zenith on 2012/11/15 18:16:56

	Indicate the sandbox type so the demo trojan doesn't signal that
	it ran since the kernel tells us that in the cheri case.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/ctsrd/libexec/readpng-cheri/readpng-cheri.c#4 edit

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/ctsrd/libexec/readpng-cheri/readpng-cheri.c#4 (text+ko) ====

@@ -89,6 +89,7 @@
 	is.width = a0;
 	is.height = a1;
 	is.error = 0;
+	is.sb = SB_CHERI;
 
 	ids.fd = -1;
 	ids.slide = a3;


More information about the p4-projects mailing list