Searched defs:LUSER (Results 1 - 2 of 2) sorted by relevance

/external/selinux/policycoreutils/sepolicy/
H A Dsepolicy.py545 from sepolicy.generate import DAEMON, get_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE namespace
604 group.add_argument("--desktop_user", dest="policytype", const=LUSER,
606 help=_("Generate '%s' policy ") % poltype[LUSER])
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A 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):

Completed in 131 milliseconds