A description of a solution security policy consists of the following sections:
General syntax
Sections of the solution security policy description may be presented in any order in the security.psl
file.
The file consists of declarations that can be in the following formats:
<decl> <body ...>
show <args ...> {
<body ...>
}
Indentations are part of the syntax and are used to delimit declarations. There are no formal characters to end a declaration, so a declaration continues until the number of indentations in a line is equal to the number of indentations in the first line of the declaration.
Single-line comments and multi-line comments are supported:
/* This is a comment
And this, too */
// Another comment