Lines Matching full:code
7 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.
22 <td align="left"><p><code>boolean</code></p></td>
23 <td align="left"><p>The <code>boolean</code> keyword.</p></td>
26 <td align="left"><p><code>boolean_id</code></p></td>
27 <td align="left"><p>The <code>boolean</code> identifier.</p></td>
30 <td align="left"><p><code>true | false</code></p></td>
31 <td align="left"><p>The initial state of the boolean. This can be changed at run time using <strong><code>setsebool</code></strong><code>(8)</code> and its status queried using <strong><code>getsebool</code></strong><code>(8)</code>.</p></td>
67 <td align="left"><p><code>booleanif</code></p></td>
68 <td align="left"><p>The <code>booleanif</code> keyword.</p></td>
71 <td align="left"><p><code>boolean_id</code></p></td>
72 <td align="left"><p>Either a single <code>boolean</code> identifier or one or more <code>expr</code>'s.</p></td>
75 <td align="left"><p><code>expr</code></p></td>
76 <td align="left"><p>Zero or more <code>expr</code>'s, the valid operators and syntax are:</p>
77 <p><code> (and (boolean_id boolean_id))</code></p>
78 <p><code> (or (boolean_id boolean_id))</code></p>
79 <p><code> (xor (boolean_id boolean_id))</code></p>
80 <p><code> (eq (boolean_id boolean_id))</code></p>
81 <p><code> (neq (boolean_id boolean_id))</code></p>
82 <p><code> (not (boolean_id))</code></p></td>
85 <td align="left"><p><code>true</code></p></td>
86 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>boolean</code> is evaluated as <code>true</code>.</p></td>
89 <td align="left"><p><code>false</code></p></td>
90 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>boolean</code> is evaluated as <code>false</code>.</p></td>
136 <td align="left"><p><code>tunable</code></p></td>
137 <td align="left"><p>The <code>tunable</code> keyword.</p></td>
140 <td align="left"><p><code>tunable_id</code></p></td>
141 <td align="left"><p>The <code>tunable</code> identifier.</p></td>
144 <td align="left"><p><code>true | false</code></p></td>
145 <td align="left"><p>The initial state of the <code>tunable</code>.</p></td>
179 <td align="left"><p><code>tunableif</code></p></td>
180 <td align="left"><p>The <code>tunableif</code> keyword.</p></td>
183 <td align="left"><p><code>tunable_id</code></p></td>
184 <td align="left"><p>Either a single <code>tunable</code> identifier or one or more <code>expr</code>'s.</p></td>
187 <td align="left"><p><code>expr</code></p></td>
188 <td align="left"><p>Zero or more <code>expr</code>'s, the valid operators and syntax are:</p>
189 <p><code> (and (tunable_id tunable_id))</code></p>
190 <p><code> (or (tunable_id tunable_id))</code></p>
191 <p><code> (xor (tunable_id tunable_id))</code></p>
192 <p><code> (eq (tunable_id tunable_id))</code></p>
193 <p><code> (neq (tunable_id tunable_id))</code></p>
194 <p><code> (not (tunable_id))</code></p></td>
197 <td align="left"><p><code>true</code></p></td>
198 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>tunable</code> is evaluated as <code>true</code>.</p></td>
201 <td align="left"><p><code>false</code></p></td>
202 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>tunable</code> is evaluated as <code>false</code>.</p></td>