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

  /cts/tools/selinux/src/
SELinux_CTS.py 64 #expand target_types
65 target_types = avc_rule['target_types']['set']
66 target_types = policy.expand_types(target_types)
67 if(avc_rule['target_types']['flags']['complement']):
69 target_types = policy.types - target_types #complement these types
70 if len(target_types) == 0:
71 print "ERROR: target_types empty after expansion
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
SELinuxPolicyRule.java 38 public final List<String> target_types; field in class:SELinuxPolicyRule
43 private SELinuxPolicyRule(List<String> source_types, List<String> target_types,
46 this.target_types = target_types;
54 List<String> target_types = new ArrayList<String>(); local
68 target_types.add(readType(xpp));
80 return new SELinuxPolicyRule(source_types, target_types, obj_classes, ruleName, ruleType);
SELinuxTest.java 158 for (String t : r.target_types) {

Completed in 2825 milliseconds