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

/external/selinux/policycoreutils/sepolicy/sepolicy/
H A D__init__.py121 fcdict = get_fcdict()
124 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])
138 fcdict = get_fcdict()
160 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])
206 fcdict = get_fcdict()
209 for path in fcdict[exe]["regex"]:
267 fcdict=None variable
269 global fcdict
[all...]
H A Dmanpage.py409 self.fcdict = get_fcdict(self.fcpath)
680 if f in self.fcdict:
681 mpaths = mpaths + self.fcdict[f]["regex"]
759 if f in self.fcdict:
761 if len(self.fcdict[f]["regex"]) > 1:
767 %s""" % (plural, self.fcdict[f]["regex"][0]))
768 for x in self.fcdict[f]["regex"][1:]:
904 if entrypoint in self.fcdict:
905 paths += self.fcdict[entrypoint]["regex"]
944 if f in self.fcdict
[all...]
H A Dgui.py1072 self.fcdict=sepolicy.get_fcdict()
1271 for executable in self.fcdict[executable_type]["regex"]:

Completed in 75 milliseconds