Searched refs:TUSER (Results 1 – 3 of 3) sorted by relevance
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 128 TUSER = 7 variable 143 poltype[TUSER] = _("Minimal Terminal Login User Role") 160 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER] 978 if self.type in (TUSER, XUSER, AUSER, LUSER): 1016 if self.type in (TUSER, XUSER, AUSER, LUSER): 1125 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER): 1218 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
|
/external/selinux/policycoreutils/sepolicy/ |
D | sepolicy.py | 593 …et_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUS… 661 group.add_argument("--term_user", dest="policytype", const=TUSER, 663 help=_("Generate '%s' policy") % poltype[TUSER])
|
/external/selinux/policycoreutils/gui/ |
D | polgengui.py | 458 return generate.TUSER
|