Home
last modified time | relevance | path

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

/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py130 TUSER = 7 variable
145 poltype[TUSER] = _("Minimal Terminal Login User Role")
162 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER]
980 if self.type in (TUSER, XUSER, AUSER, LUSER):
1018 if self.type in (TUSER, XUSER, AUSER, LUSER):
1127 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
1224 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
/external/selinux/python/sepolicy/
Dsepolicy.py583 …et_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUS…
651 group.add_argument("--term_user", dest="policytype", const=TUSER,
653 help=_("Generate '%s' policy") % poltype[TUSER])
/external/selinux/gui/
Dpolgengui.py471 return sepolicy.generate.TUSER