Home
last modified time | relevance | path

Searched refs:attributes_map (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/selinux_adapter/scripts/selinux_check/
H A Dcheck_baseline.py31 self.attributes_map = attributes_map
40 def deal_with_allow(cil_file, allow_map, attributes_map): argument
54 def split_attribute(elem_list, allow_map, attributes_map): argument
59 if scontext not in attributes_map:
64 elif tcontext in attributes_map:
65 for tcon in attributes_map[tcontext]:
72 for scon in attributes_map[scontext]:
77 elif tcontext in attributes_map:
78 for tcon in attributes_map[tcontext]:
85 def deal_with_typeattributeset(cil_file, attributes_map): argument
[all …]
H A Dcheck_perm_group.py30 self.attributes_map = attributes_map
39 def deal_with_allow(cil_file, allow_map, attributes_map): argument
52 def split_attribute(elem_list, allow_map, attributes_map): argument
57 if scontext not in attributes_map:
62 elif tcontext in attributes_map:
63 for tcon in attributes_map[tcontext]:
70 for scon in attributes_map[scontext]:
75 elif tcontext in attributes_map:
76 for tcon in attributes_map[tcontext]:
83 def deal_with_typeattributeset(cil_file, attributes_map): argument
[all …]