Conditional Statements ====================== boolean ------- Declares a run time boolean as true or false in the current namespace. The [`booleanif`](cil_conditional_statements.md#booleanif) statement contains the CIL code that will be in the binary policy file. [`boolean`](cil_conditional_statements.md#boolean) are not allowed in [`booleanif`](cil_conditional_statements.md#booleanif) blocks. **Statement definition:** ```secil (boolean boolean_id true|false) ``` **Where:**
|
The |
|
The |
|
The initial state of the boolean. This can be changed at run time using |
|
The |
|
Either a single |
|
Zero or more
|
|
An optional set of CIL statements that will be instantiated when the |
|
An optional set of CIL statements that will be instantiated when the |
|
The |
|
The |
|
The initial state of the |
|
The |
|
Either a single |
|
Zero or more
|
|
An optional set of CIL statements that will be instantiated when the |
|
An optional set of CIL statements that will be instantiated when the |