Home
last modified time | relevance | path

Searched refs:fcdict (Results 1 – 3 of 3) sorted by relevance

/external/selinux/policycoreutils/sepolicy/sepolicy/
D__init__.py128 fcdict = get_fcdict()
131 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])
146 fcdict = get_fcdict()
168 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])
221 fcdict = get_fcdict()
224 for path in fcdict[exe]["regex"]:
289 fcdict = None variable
293 global fcdict
294 if fcdict:
295 return fcdict
[all …]
Dmanpage.py428 self.fcdict = get_fcdict(self.fcpath)
698 if f in self.fcdict:
699 mpaths = mpaths + self.fcdict[f]["regex"]
777 if f in self.fcdict:
779 if len(self.fcdict[f]["regex"]) > 1:
785 %s""" % (plural, self.fcdict[f]["regex"][0]))
786 for x in self.fcdict[f]["regex"][1:]:
922 if entrypoint in self.fcdict:
923 paths += self.fcdict[entrypoint]["regex"]
962 if f in self.fcdict:
[all …]
Dgui.py1076 self.fcdict = sepolicy.get_fcdict()
1275 for executable in self.fcdict[executable_type]["regex"]: