Home
last modified time | relevance | path

Searched refs:tunableif (Results 1 – 6 of 6) sorted by relevance

/third_party/selinux/secilc/docs/
Dcil_conditional_statements.md49 …e_statements.md#typechange) and the compile time [`tunableif`](cil_conditional_statements.md#tunab…
131tunableif`](cil_conditional_statements.md#tunableif) statements are resolved first, [`tunable`](ci…
164 See the [`tunableif`](cil_conditional_statements.md#tunableif) statement for an example.
166 tunableif section in Conditional Statements
171tunableif`](cil_conditional_statements.md#tunableif) block. Otherwise, [`tunable`](cil_conditional…
176 (tunableif tunable_id | expr ...
195 <td align="left"><p><code>tunableif</code></p></td>
196 <td align="left"><p>The <code>tunableif</code> keyword.</p></td>
234 (tunableif range_trans_rule
238 ) ; End tunableif
Dcil_reference_guide.md190 …anif`](cil_conditional_statements.md#booleanif), [`tunableif`](cil_conditional_statements.md#tunab…
202 …rmissionset roleattributeset typeattributeset | categoryset | booleanif tunableif | constrain mlsc…
261 …f`](cil_conditional_statements.md#booleanif) and [`tunableif`](cil_conditional_statements.md#tunab…
DREADME.md52 * [tunableif](cil_conditional_statements.md#tunableif)
/third_party/selinux/secilc/test/
Dintegration.cil115 (tunableif (not (xor (eq allow_execfile allow_userexec)
213 (tunableif tun1
/third_party/selinux/libsepol/cil/src/
Dcil_build_ast.h125 …ct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, int tunableif);
Dcil_build_ast.c2465 …uct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, int tunableif) in cil_gen_bool() argument
2509 if (tunableif) { in cil_gen_bool()
2868 …uct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, int tunableif) in cil_gen_boolif() argument
2892 bif->preserved_tunable = tunableif; in cil_gen_boolif()
2915 if (tunableif) { in cil_gen_boolif()