Home
last modified time | relevance | path

Searched refs:XUSER (Results 1 – 3 of 3) sorted by relevance

/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py130 XUSER = 8 variable
145 poltype[XUSER] = _("Minimal X Windows 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/
Dsepolicy.py591 …ype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUS…
662 group.add_argument("--x_user", dest="policytype", const=XUSER,
664 help=_("Generate '%s' policy") % poltype[XUSER])
/external/selinux/gui/
Dpolgengui.py469 return sepolicy.generate.XUSER