Home
last modified time | relevance | path

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

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