Lines Matching full:regex
434 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])
470 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])
472 mpaths[f] = [] # {"regex":[],"paths":[]}
518 for path in fcdict[exe]["regex"]:
613 fcdict[t]["regex"].append(rec[0])
615 fcdict[t] = {"regex": [rec[0]], "ftype": ftype}
619 fcdict["logfile"] = {"regex
620 fcdict["user_tmp_type"] = {"regex": ["all user tmp files"]}
621 fcdict["user_home_type"] = {"regex": ["all user home files"]}
622 fcdict["virt_image_type"] = {"regex": ["all virtual image files"]}
623 fcdict["noxattrfs"] = {"regex": ["all files on file systems which do not support extended attributes"]}
624 fcdict["sandbox_tmpfs_type"] = {"regex": ["all sandbox content in tmpfs file systems"]}
625 fcdict["user_tmpfs_type"] = {"regex": ["all user content in tmpfs file systems"]}
626 fcdict["file_type"] = {"regex": ["all files on the system"]}
627 fcdict["samba_share_t"] = {"regex": ["use this label for random content that will be shared using samba"]}
739 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])