OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LUSER
(Results
1 - 8
of
8
) sorted by null
/external/ltp/testcases/network/tcp_cmds/finger/
finger01
55
LUSER
=$(whoami)
62
[ "$
LUSER
" = "root" ] || end_testcase "MUST BE root to run the test!"
93
finger $
LUSER
2>&1 1>/dev/null || end_testcase "finger $
LUSER
"
94
if ! finger $
LUSER
@$LHOST 2>&1 1>/dev/null; then
95
end_testcase "finger $
LUSER
@$LHOST"
139
finger -l $
LUSER
2>&1 1>/dev/null || end_testcase "finger -l $
LUSER
"
141
if ! finger -l $
LUSER
@$LHOST 2>&1 1>/dev/null; then
142
end_testcase "finger -l $
LUSER
@$LHOST
[
all
...]
/external/ltp/testcases/network/nfs/nfslock01/
nfslock01
31
LUSER
=${
LUSER
:=root}
/external/ltp/testcases/network/rpc/basic_tests/rup/
rup01
53
LUSER
=${
LUSER
:=root}
/external/ltp/testcases/network/rpc/basic_tests/rusers/
rusers01
54
LUSER
=${
LUSER
:=root}
/external/ltp/testcases/network/rpc/basic_tests/rpcinfo/
rpcinfo01
64
LUSER
=${
LUSER
:=root}
/external/selinux/python/sepolicy/sepolicy/
generate.py
135
LUSER
= 9
150
poltype[
LUSER
] = _("Desktop Login User Role")
165
USERS = [XUSER, TUSER,
LUSER
, AUSER, RUSER]
[
all
...]
/external/selinux/python/sepolicy/
sepolicy.py
598
from sepolicy.generate import DAEMON, get_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER,
LUSER
, AUSER, RUSER, NEWTYPE
657
group.add_argument("--desktop_user", dest="policytype", const=
LUSER
,
659
help=_("Generate '%s' policy ") % poltype[
LUSER
])
/external/selinux/gui/
polgengui.py
239
self.pages[sepolicy.generate.
LUSER
] = [self.SELECT_TYPE_PAGE, self.APP_PAGE, self.TRANSITION_PAGE, self.IN_NET_PAGE, self.OUT_NET_PAGE, self.BOOLEAN_PAGE, self.SELECT_DIR_PAGE]
460
return sepolicy.generate.
LUSER
[
all
...]
Completed in 191 milliseconds