PERFORCE change 219769 for review

Robert Watson rwatson at FreeBSD.org
Tue Nov 13 17:35:25 UTC 2012


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

Change 219769 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2012/11/13 17:35:06

	Use 4MB sandboxes for demonstration purposes rather than 1MB
	sandboxes, as it's more useful for our specific demo.

Affected files ...

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

Differences ...

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

@@ -166,7 +166,7 @@
 	char buf[33];
 	register_t v;
 
-	if (sandbox_setup("/usr/libexec/cheritest-helper.bin", 1024*1024,
+	if (sandbox_setup("/usr/libexec/cheritest-helper.bin", 4*1024*1024,
 	    &sb) < 0)
 		err(1, "sandbox_setup");
 


More information about the p4-projects mailing list