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