Home
last modified time | relevance | path

Searched refs:typebounds (Results 1 – 9 of 9) sorted by relevance

/external/selinux/secilc/test/
Dbounds.cil48 (typebounds b_t1 b_t1_c)
85 (typebounds b_t2 b_t2_c)
126 (typebounds b_t3 b_t3_c)
159 (typebounds b_t4 b_t4_c)
196 (typebounds b_t5 b_t5_c)
222 (typebounds b_t6a b_t6a_c)
223 (typebounds b_t6b b_t6b_c)
Dintegration.cil78 (typebounds device_t bin_t)
/external/selinux/secilc/docs/
DREADME.md129 * [typebounds](cil_type_statements.md#typebounds)
Dcil_type_statements.md216 typebounds section in Type Statements
225 (typebounds parent_type_id child_type_id)
236 <td align="left"><p><code>typebounds</code></p></td>
237 <td align="left"><p>The <code>typebounds</code> keyword.</p></td>
260 (typebounds process child.process)
/external/selinux/libsepol/cil/test/integration_testing/
Dnonmls.cil63 (typebounds typea_t typeb_t)
Dmls_policy.cil92 (typebounds typea_t typeb_t)
/external/selinux/checkpolicy/
Dpolicy_scan.l94 typebounds { return(TYPEBOUNDS); }
/external/selinux/prebuilts/bin/
Dsediff.py117 args.validatetrans, args.mlsvalidatetrans, args.typebounds,
1338 if all_differences or args.typebounds:
1339 if diff.added_typebounds or diff.removed_typebounds or args.typebounds:
/external/selinux/python/sepolgen/src/sepolgen/
Drefpolicy.py115 def typebounds(self): member in Node