Home | History | Annotate | Download | only in semanage

Lines Matching refs:substitute

1692                               target, substitute = i.split()
1693 self.equiv[target] = substitute
1705 target, substitute = i.split()
1706 self.equiv_dist[target] = substitute
1727 def add_equal(self, target, substitute):
1732 if substitute != "/" and substitute[-1] == "/":
1733 raise ValueError(_("Substiture %s is not valid. Substitute is not allowed to end with '/'") % substitute )
1744 self.equiv[target] = substitute
1748 def modify_equal(self, target, substitute):
1752 self.equiv[target] = substitute