Home
last modified time | relevance | path

Searched refs:TUSER (Results 1 – 3 of 3) sorted by relevance

/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py133 TUSER = 7 variable
148 poltype[TUSER] = _("Minimal Terminal Login User Role")
165 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER]
983 if self.type in (TUSER, XUSER, AUSER, LUSER):
1021 if self.type in (TUSER, XUSER, AUSER, LUSER):
1130 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
1227 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
/external/selinux/python/sepolicy/
Dsepolicy.py598 …et_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUS…
666 group.add_argument("--term_user", dest="policytype", const=TUSER,
668 help=_("Generate '%s' policy") % poltype[TUSER])
/external/selinux/gui/
Dpolgengui.py466 return sepolicy.generate.TUSER