Home
last modified time | relevance | path

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

/external/ltp/testcases/network/nfs/nfslock01/
Dnfslock0131 LUSER=${LUSER:=root}
/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py135 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/
Dsepolicy.py592 …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/
Dpolgengui.py239 …self.pages[sepolicy.generate.LUSER] = [self.SELECT_TYPE_PAGE, self.APP_PAGE, self.TRANSITION_PAGE,…
460 return sepolicy.generate.LUSER