Home
last modified time | relevance | path

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

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