Home
last modified time | relevance | path

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

/external/selinux/secilc/docs/
Dcil_conditional_statements.md45 …e_statements.md#typechange) and the compile time [`tunableif`](cil_conditional_statements.md#tunab…
152 See the [`tunableif`](cil_conditional_statements.md#tunableif) statement for an example.
154 tunableif section in Conditional Statements
161 (tunableif tunable_id | expr ...)
179 <td align="left"><p><code>tunableif</code></p></td>
180 <td align="left"><p>The <code>tunableif</code> keyword.</p></td>
217 (tunableif range_trans_rule
221 ) ; End tunableif
Dcil_container_statements.md194 …sfied before instantiation in the binary policy. [`tunableif`](cil_conditional_statements.md#tunab…
257 …if`](cil_conditional_statements.md#booleanif) or [`tunableif`](cil_conditional_statements.md#tunab…
Dcil_reference_guide.md179 …anif`](cil_conditional_statements.md#booleanif), [`tunableif`](cil_conditional_statements.md#tunab…
189 …rmissionset roleattributeset typeattributeset | categoryset | booleanif tunableif | constrain mlsc…
242 …f`](cil_conditional_statements.md#booleanif) and [`tunableif`](cil_conditional_statements.md#tunab…
DREADME.md52 * [tunableif](cil_conditional_statements.md#tunableif)
/external/selinux/secilc/test/
Dintegration.cil115 (tunableif (not (xor (eq allow_execfile allow_userexec)
213 (tunableif tun1
Dpolicy.cil184 (tunableif (not (xor (eq allow_execfile allow_userexec)
346 (tunableif tun1
359 (tunableif bb.tun1
/external/selinux/libsepol/cil/src/
Dcil_build_ast.h123 …ct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, int tunableif);
Dcil_build_ast.c2409 …uct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, int tunableif) in cil_gen_bool() argument
2453 if (tunableif) { in cil_gen_bool()
2830 …uct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, int tunableif) in cil_gen_boolif() argument
2855 bif->preserved_tunable = tunableif; in cil_gen_boolif()
2893 if (tunableif) { in cil_gen_boolif()