Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgenerate.py123 LUSER = 9 variable
138 poltype[LUSER] = _("Desktop 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):
1135 if self.type == LUSER:
1212 if self.type not in ( TUSER, XUSER, AUSER, LUSER, RUSER):
/external/selinux/policycoreutils/sepolicy/
Dsepolicy.py545 …c, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEW…
604 group.add_argument("--desktop_user", dest="policytype", const=LUSER,
606 help=_("Generate '%s' policy ") % poltype[LUSER])
/external/selinux/policycoreutils/gui/
Dpolgengui.py227 …self.pages[generate.LUSER] = [ self.SELECT_TYPE_PAGE, self.APP_PAGE, self.TRANSITION_PAGE, self.IN…
449 return generate.LUSER