Searched refs:XUSER (Results 1 – 3 of 3) sorted by relevance
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 122 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/ |
D | sepolicy.py | 545 …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/ |
D | polgengui.py | 453 return generate.XUSER
|