Searched refs:TUSER (Results 1 – 3 of 3) sorted by relevance
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 129 TUSER = 7 variable 144 poltype[TUSER] = _("Minimal Terminal Login User Role") 161 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER] 979 if self.type in (TUSER, XUSER, AUSER, LUSER): 1017 if self.type in (TUSER, XUSER, AUSER, LUSER): 1126 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER): 1222 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
|
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 591 …et_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUS… 659 group.add_argument("--term_user", dest="policytype", const=TUSER, 661 help=_("Generate '%s' policy") % poltype[TUSER])
|
/external/selinux/gui/ |
D | polgengui.py | 471 return sepolicy.generate.TUSER
|