HomeSort by relevance Sort by last modified time
    Searched refs:type_transition (Results 1 - 4 of 4) sorted by null

  /external/selinux/libsepol/cil/test/integration_testing/
nonmls.conf 58 type_transition typea_t typeb_t : testing typec_t;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
dta.py 45 "type_transition"])
251 type_transition rules for each entrypoint.
261 trans The list of type_transition rules.
264 yield entrypoint_output(e, edge.entrypoint[e], edge.execute[e], edge.type_transition[e])
319 # type_transition a b_exec:process b;
327 # 1. skip non allow/type_transition rules
332 # 4. if file exec, entrypoint, or type_transition:process,
342 # type_transition for it or the source process
422 elif rule.ruletype == "type_transition":
458 edge.type_transition[m] += type_trans[s][m][t
579 type_transition = EdgeAttrDict('type_transition') variable in class:Edge
    [all...]
  /system/sepolicy/
te_macros 32 type_transition $1 $2:process $3;
60 type_transition $1 $2:dir $3;
61 type_transition $1 $2:notdevfile_class_set $3;
79 type_transition $1 tmpfs:file $1_tmpfs;
279 type_transition $1 devpts:chr_file $1_devpts;
  /external/selinux/checkpolicy/
policy_scan.l 109 TYPE_TRANSITION |
110 type_transition { return(TYPE_TRANSITION); }

Completed in 141 milliseconds