Lines Matching full:permissions
11 # See the License for the specific language governing permissions
40 """This class represents all the permissions that are set on a
47 """Create a FSPerms based on the dict of raw permissions
114 # permissions into ld
126 s += _("Create time permissions:\n")
129 s += self.__ldstr(self.local, _("Local permissions:\n"))
130 s += self.__ldstr(self.descend, _("Descendent permissions:\n"))
131 s += self.__ldstr(self.ld, _("Local+Descendent permissions:\n"))
139 # remove all of someone's permissions
256 """Print the set of supported permissions."""
257 print(_("\nThe following permissions are supported:\n"))
315 help=_("%s create time permissions") % verb)
319 help=_("remove permissions recursively"))
322 # just print the permissions on this fs
334 s = _("---- Permissions on %s ") % fs