Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2005-01-08 18:24:46 +0300
committerSebastien Pouliot <sebastien@ximian.com>2005-01-08 18:24:46 +0300
commite9b1b859d5af175f0e72458fc367c506bbb9e390 (patch)
tree2ec68c0de2bb1c475e25d4effe26e9cb35770e93 /man
parentfc108a66df2b849f51d9a7b2b49e9ef964cd835f (diff)
Added documentation for the new --security option
svn path=/trunk/mono/; revision=38525
Diffstat (limited to 'man')
-rw-r--r--man/mono.17
1 files changed, 7 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 4730a46cb32..8f2d9904ebd 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -115,6 +115,13 @@ elimination and inlining, you can use:
-O=all,-deadce,-inline
.fi
.TP
+.I "--security"
+Activate the security manager (experimental in 1.1). This allows the
+support for declarative security attributes (e.g. execution of, CAS or
+non-CAS, security demands). The security manager is OFF by default
+(experimental). Note that this options is currently not compatible with
+AOT. The security manager will be disabled if AOT (--aot) is specified.
+.TP
.I "-V", "--version"
Prints JIT version information.