Home
last modified time | relevance | path

Searched refs:blockinherit (Results 1 – 8 of 8) sorted by relevance

/external/selinux/secilc/test/
Dblock_test.cil35 (blockinherit b1) ;; Results in b1b.ta
36 (blockinherit b1a))
47 (blockinherit b2a)
48 (blockinherit b2))
61 (blockinherit b3a)
65 (blockinherit b3a.b)
70 (blockinherit b3a)
75 (blockinherit b3a.b)
93 (blockinherit b5)
106 (blockinherit b6.b)
Doptional_test.cil44 (blockinherit b2a)
52 (blockinherit b2a)
Dname_resolution_test.cil92 (blockinherit b5a.b5b)
105 (blockinherit b6a.b6b) ;; This does not cause an error.
Dpolicy.cil336 (blockinherit z.ba)
/external/selinux/secilc/docs/
Dcil_container_statements.md41 See the [`blockinherit`](cil_container_statements.md#blockinherit) statement for an example.
46 …l instantiated by another namespace that has a [`blockinherit`](cil_container_statements.md#blocki…
89 See the [`blockinherit`](cil_container_statements.md#blockinherit) statement for an example.
91 blockinherit section in Container Statements
94 …er_statements.md#blockabstract) statement. All [`blockinherit`](cil_container_statements.md#blocki…
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)
[all …]
DREADME.md63 * [blockinherit](cil_container_statements.md#blockinherit)
Dcil_call_macro_statements.md7 …o (with zero parameters this is similar to the [`blockinherit`](cil_container_statements.md#blocki…
/external/selinux/libsepol/cil/src/
Dcil_copy_ast.c1765 struct cil_blockinherit *blockinherit = NULL; in __cil_copy_node_helper() local
2103 blockinherit = new->data; in __cil_copy_node_helper()
2109 if (blockinherit->block != NULL) { in __cil_copy_node_helper()
2110 cil_list_append(blockinherit->block->bi_nodes, CIL_NODE, new); in __cil_copy_node_helper()