Searched refs:tunableif (Results 1 – 8 of 8) sorted by relevance
/external/selinux/secilc/docs/ |
D | cil_conditional_statements.md | 45 …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
|
D | cil_container_statements.md | 194 …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…
|
D | cil_reference_guide.md | 179 …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…
|
D | README.md | 52 * [tunableif](cil_conditional_statements.md#tunableif)
|
/external/selinux/secilc/test/ |
D | integration.cil | 115 (tunableif (not (xor (eq allow_execfile allow_userexec) 213 (tunableif tun1
|
D | policy.cil | 184 (tunableif (not (xor (eq allow_execfile allow_userexec) 346 (tunableif tun1 359 (tunableif bb.tun1
|
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 123 …ct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, int tunableif);
|
D | cil_build_ast.c | 2409 …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()
|