Lines Matching refs:fcdict
426 self.fcdict = sepolicy.get_fcdict(self.fcpath)
696 if f in self.fcdict:
697 mpaths = mpaths + self.fcdict[f]["regex"]
775 if f in self.fcdict:
777 if len(self.fcdict[f]["regex"]) > 1:
783 %s""" % (plural, self.fcdict[f]["regex"][0]))
784 for x in self.fcdict[f]["regex"][1:]:
920 if entrypoint in self.fcdict:
921 paths += self.fcdict[entrypoint]["regex"]
960 if f in self.fcdict:
961 for path in self.fcdict[f]["regex"]: