HomeSort by relevance Sort by last modified time
    Searched refs:poltype (Results 1 - 2 of 2) sorted by null

  /external/selinux/python/sepolicy/
sepolicy.py 187 from sepolicy.generate import get_poltype_desc, poltype
188 if values not in poltype.keys():
508 # numbers present POLTYPE defined in sepolicy.generate
533 raise ValueError(_("-t option can not be used with '%s' domains. Read usage for more details.") % sepolicy.generate.poltype[args.policytype])
538 raise ValueError(_("-d option can not be used with '%s' domains. Read usage for more details.") % sepolicy.generate.poltype[args.policytype])
542 raise ValueError(_("-a option can not be used with '%s' domains. Read usage for more details.") % sepolicy.generate.poltype[args.policytype])
592 from sepolicy.generate import DAEMON, get_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
626 help=_("Generate '%s' policy") % poltype[USER])
629 help=_("Generate '%s' policy") % poltype[CGI])
632 help=_("Generate '%s' policy") % poltype[DBUS]
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
generate.py 140 poltype = {} variable
141 poltype[DAEMON] = _("Standard Init Daemon")
142 poltype[DBUS] = _("DBUS System Daemon")
143 poltype[INETD] = _("Internet Services Daemon")
144 poltype[CGI] = _("Web Application/Script (CGI)")
145 poltype[SANDBOX] = _("Sandbox")
146 poltype[USER] = _("User Application")
147 poltype[EUSER] = _("Existing Domain Type")
148 poltype[TUSER] = _("Minimal Terminal Login User Role")
149 poltype[XUSER] = _("Minimal X Windows Login User Role"
    [all...]

Completed in 94 milliseconds