Home
last modified time | relevance | path

Searched refs:fcon_dict (Results 1 – 2 of 2) sorted by relevance

/external/selinux/policycoreutils/gui/
DfcontextPage.py110 def match(self, fcon_dict, k, filter): argument
117 for con in fcon_dict[k]:
129 fcon_dict = self.fcontext.get_all(self.local)
130 keys = fcon_dict.keys()
133 if not self.match(fcon_dict, k, filter):
138 if fcon_dict[k]:
139 rec = "%s:%s" % (fcon_dict[k][2], seobject.translate(fcon_dict[k][3], False))
/external/selinux/policycoreutils/semanage/
Dseobject.py2033 fcon_dict = self.get_all(True)
2034 keys = fcon_dict.keys()
2037 if fcon_dict[k]:
2038 … l.append("-a -f %s -t %s '%s'" % (file_type_str_to_option[k[1]], fcon_dict[k][2], k[0]))
2046 fcon_dict = self.get_all(locallist)
2047 keys = fcon_dict.keys()
2053 if fcon_dict[k]:
2055 …%-50s %-18s %s:%s:%s:%s " % (k[0], k[1], fcon_dict[k][0], fcon_dict[k][1], fcon_dict[k][2], transl…
2057 … print "%-50s %-18s %s:%s:%s " % (k[0], k[1], fcon_dict[k][0], fcon_dict[k][1], fcon_dict[k][2])