Browse Source

[Documentation] Add entry on sgx.allow_file_creation to old Wiki

Dmitrii Kuvaiskii 6 years ago
parent
commit
488ab93d56
1 changed files with 9 additions and 0 deletions
  1. 9 0
      Documentation/oldwiki/Graphene-SGX-Manifest-Syntax.md

+ 9 - 0
Documentation/oldwiki/Graphene-SGX-Manifest-Syntax.md

@@ -60,6 +60,15 @@ This syntax specifies the files that are allowed to be loaded into the enclave u
 These files are not cryptographically hashed and are thus not protected. It is insecure to allow
 These files are not cryptographically hashed and are thus not protected. It is insecure to allow
 files containing code or critical information; developers must not allow files blindly!
 files containing code or critical information; developers must not allow files blindly!
 
 
+### Allowing File Creation
+
+    sgx.allow_file_creation=[1|0]
+    (Default: 0)
+
+This syntax specifies whether file creation is allowed from within the enclave. Set it to 1 to
+allow enclaves to create files and to 0 otherwise. Files created during enclave execution do not
+need to be marked as `allowed_files` or `trusted_files`.
+
 ### Trusted Child Processes
 ### Trusted Child Processes
 
 
     sgx.trusted_children.[identifier]=[URI of signature (.sig)]
     sgx.trusted_children.[identifier]=[URI of signature (.sig)]