Searched refs:LUSER (Results 1 – 3 of 3) sorted by relevance
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 130 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/ |
D | sepolicy.py | 593 …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/ |
D | polgengui.py | 231 …self.pages[generate.LUSER] = [self.SELECT_TYPE_PAGE, self.APP_PAGE, self.TRANSITION_PAGE, self.IN_… 452 return generate.LUSER
|