Searched refs:XUSER (Results 1 – 3 of 3) sorted by relevance
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 134 XUSER = 8 variable 149 poltype[XUSER] = _("Minimal X Windows 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/ |
D | sepolicy.py | 592 …ype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUS… 663 group.add_argument("--x_user", dest="policytype", const=XUSER, 665 help=_("Generate '%s' policy") % poltype[XUSER])
|
/external/selinux/gui/ |
D | polgengui.py | 464 return sepolicy.generate.XUSER
|