Searched refs:LUSER (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/network/nfs/nfslock01/ |
D | nfslock01 | 17 LUSER=${LUSER:=root}
|
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 131 LUSER = 9 variable 146 poltype[LUSER] = _("Desktop Login User Role") 161 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER] 979 if self.type in (TUSER, XUSER, AUSER, LUSER): 1017 if self.type in (TUSER, XUSER, AUSER, LUSER): 1126 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER): 1142 if self.type == LUSER: 1222 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
|
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 591 …c, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEW… 650 group.add_argument("--desktop_user", dest="policytype", const=LUSER, 652 help=_("Generate '%s' policy ") % poltype[LUSER])
|
/external/selinux/gui/ |
D | polgengui.py | 244 …self.pages[sepolicy.generate.LUSER] = [self.SELECT_TYPE_PAGE, self.APP_PAGE, self.TRANSITION_PAGE,… 465 return sepolicy.generate.LUSER
|