return ("FileChownAction(target=" + str(self.target) +
                ",user=" + str(self.user) + ",group=" + str(self.group) +
                ",context=" + repr(self.file_context) + ")")