Searched defs:target_types (Results 1 – 1 of 1) sorted by relevance
38 public final List<String> target_types; field in SELinuxPolicyRule43 private SELinuxPolicyRule(List<String> source_types, List<String> target_types, in SELinuxPolicyRule()54 List<String> target_types = new ArrayList<String>(); in readRule() local