Lines Matching full:blockinherit
41 See the [`blockinherit`](cil_container_statements.md#blockinherit) statement for an example.
46 Declares the namespace as a 'template' and does not generate code until instantiated by another namespace that has a [`blockinherit`](cil_container_statements.md#blockinherit) statement.
89 See the [`blockinherit`](cil_container_statements.md#blockinherit) statement for an example.
91 blockinherit
94 Used to add common policy rules to the current namespace via a template that has been defined with the [`blockabstract`](cil_container_statements.md#blockabstract) statement. All [`blockinherit`](cil_container_statements.md#blockinherit) statements are resolved first and then the contents of the block are copied. This is so that inherited blocks will not be inherited. For a concrete example, please see the examples section.
99 (blockinherit template_id)
121 <td align="left"><p><code>blockinherit</code></p></td>
122 <td align="left"><p>The <code>blockinherit</code> keyword.</p></td>
162 (blockinherit client_server)
170 (blockinherit client_server)
188 (blockinherit b)
189 (blockinherit a))