Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgenerate.py130 LUSER = 9 variable
145 poltype[LUSER] = _("Desktop Login User Role")
160 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER]
978 if self.type in (TUSER, XUSER, AUSER, LUSER):
1016 if self.type in (TUSER, XUSER, AUSER, LUSER):
1125 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
1141 if self.type == LUSER:
1218 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
/external/selinux/policycoreutils/sepolicy/
Dsepolicy.py593 …c, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEW…
652 group.add_argument("--desktop_user", dest="policytype", const=LUSER,
654 help=_("Generate '%s' policy ") % poltype[LUSER])
/external/selinux/policycoreutils/gui/
Dpolgengui.py231 …self.pages[generate.LUSER] = [self.SELECT_TYPE_PAGE, self.APP_PAGE, self.TRANSITION_PAGE, self.IN_…
452 return generate.LUSER