Lines Matching +full:container +full:- +full:rules
1 Container Statements
5 -----
13 …lock to be declared so that an [`in-statement`](cil_container_statements.md#in) could be used on i…
52 -------------
104 ------------
106 Used to add common policy rules to the current namespace via a template that has been defined with …
108 Inherited rules are resolved by searching namespaces in the following order:
110 - The parent namespaces (if any) where the [`blockinherit`](cil_container_statements.md#blockinher…
112 - The parent namespaces of the block being inherited (but not that block's namespace) with the exc…
114 - The global namespace.
186 ; Add common policy rules to namespace:
194 ; Add common policy rules to namespace:
218 --------
281 --
283 Allows the insertion of CIL statements into a named container ([`block`](cil_container_statements.m…
327 This will add rules to the container named `system_server`: