Searched refs:TUSER (Results 1 – 3 of 3) sorted by relevance
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 121 TUSER = 7 variable 136 poltype[TUSER] = _("Minimal Terminal Login User Role") 152 USERS = [ XUSER, TUSER, LUSER, AUSER, RUSER] 972 if self.type in ( TUSER, XUSER, AUSER, LUSER): 1010 if self.type in ( TUSER, XUSER, AUSER, LUSER ): 1119 if self.type not in ( TUSER, XUSER, AUSER, LUSER, RUSER): 1212 if self.type not in ( TUSER, XUSER, AUSER, LUSER, RUSER):
|
/external/selinux/policycoreutils/sepolicy/ |
D | sepolicy.py | 545 …et_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUS… 613 group.add_argument("--term_user", dest="policytype", const=TUSER, 615 help=_("Generate '%s' policy") % poltype[TUSER])
|
/external/selinux/policycoreutils/gui/ |
D | polgengui.py | 455 return generate.TUSER
|