[macruby-changes] [4783] MacRubyWebsite/trunk/content/documentation/the-sandbox-class.txt

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 10 13:21:57 PDT 2010


Revision: 4783
          http://trac.macosforge.org/projects/ruby/changeset/4783
Author:   mattaimonetti at gmail.com
Date:     2010-10-10 13:21:56 -0700 (Sun, 10 Oct 2010)
Log Message:
-----------
Be more direct about the restrictions of Sandbox.temporary_writes

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/documentation/the-sandbox-class.txt

Modified: MacRubyWebsite/trunk/content/documentation/the-sandbox-class.txt
===================================================================
--- MacRubyWebsite/trunk/content/documentation/the-sandbox-class.txt	2010-10-10 13:04:31 UTC (rev 4782)
+++ MacRubyWebsite/trunk/content/documentation/the-sandbox-class.txt	2010-10-10 20:21:56 UTC (rev 4783)
@@ -42,7 +42,7 @@
 Every profile returns an instance of the Sandbox class.
 
 * Sandbox.pure_computation  
-  Access by the current process to operating system resources is severly restricted  
+  Access by the current process to operating system resources is severly restricted. 
 
 * Sandbox.no_internet  
   Access by the current process to the internet is restricted.
@@ -51,8 +51,8 @@
   Access by the current process to any kind of networking is restricted.
 
 * Sandbox.temporary_writes    
-  Access by the current process to write to anywhere *but* /var/tmp and the directory specified by 
-  the configuration variable _CS_DARWIN_USER_TEMP_DIR.
+  Access by the current process to write to directories outside /var/tmp and 
+  the directory specified by the configuration variable _CS_DARWIN_USER_TEMP_DIR is restricted.
 
 * Sandbox.no_writes   
   Access by the current process to write to anywhere on the filesystem is restricted.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101010/0943fbe7/attachment.html>


More information about the macruby-changes mailing list