Searched refs:LUSER (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/network/nfs/nfslock01/ |
D | nfslock01 | 31 LUSER=${LUSER:=root}
|
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 135 LUSER = 9 variable 150 poltype[LUSER] = _("Desktop Login User Role") 165 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER] 983 if self.type in (TUSER, XUSER, AUSER, LUSER): 1021 if self.type in (TUSER, XUSER, AUSER, LUSER): 1130 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER): 1146 if self.type == LUSER: 1227 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
|
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 592 …c, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEW… 651 group.add_argument("--desktop_user", dest="policytype", const=LUSER, 653 help=_("Generate '%s' policy ") % poltype[LUSER])
|
/external/selinux/gui/ |
D | polgengui.py | 239 …self.pages[sepolicy.generate.LUSER] = [self.SELECT_TYPE_PAGE, self.APP_PAGE, self.TRANSITION_PAGE,… 460 return sepolicy.generate.LUSER
|