Lines Matching refs:fcdict
98 fcdict = None variable
464 fcdict = get_fcdict()
467 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])
495 fcdict = get_fcdict()
517 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])
562 fcdict = get_fcdict()
565 for path in fcdict[exe]["regex"]:
633 global fcdict
634 if fcdict:
635 return fcdict
642 fcdict = {}
659 if t in fcdict:
660 fcdict[t]["regex"].append(rec[0])
662 fcdict[t] = {"regex": [rec[0]], "ftype": ftype}
666 fcdict["logfile"] = {"regex": ["all log files"]}
667 fcdict["user_tmp_type"] = {"regex": ["all user tmp files"]}
668 fcdict["user_home_type"] = {"regex": ["all user home files"]}
669 fcdict["virt_image_type"] = {"regex": ["all virtual image files"]}
670 …fcdict["noxattrfs"] = {"regex": ["all files on file systems which do not support extended attribut…
671 fcdict["sandbox_tmpfs_type"] = {"regex": ["all sandbox content in tmpfs file systems"]}
672 fcdict["user_tmpfs_type"] = {"regex": ["all user content in tmpfs file systems"]}
673 fcdict["file_type"] = {"regex": ["all files on the system"]}
674 …fcdict["samba_share_t"] = {"regex": ["use this label for random content that will be shared using …
675 return fcdict
782 fcdict = get_fcdict()
786 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])
1242 global fcdict
1261 fcdict = None