Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2012 18:17:02 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219796 for review
Message-ID:  <201211151817.qAFIH2Mv069711@skunkworks.freebsd.org>

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

Change 219796 by brooks@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;



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