OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usepasswd
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsemanage/src/
conf-parse.y
63
%token LOAD_POLICY_START SETFILES_START SEFCONTEXT_COMPILE_START DISABLE_GENHOMEDIRCON HANDLE_UNKNOWN
USEPASSWD
IGNOREDIRS
92
|
usepasswd
211
usepasswd
:
USEPASSWD
'=' ARG {
label
213
current_conf->
usepasswd
= 0;
215
current_conf->
usepasswd
= 1;
217
yyerror("
usepasswd
can only be 'true' or 'false'");
349
conf->
usepasswd
= 1;
semanage_conf.h
43
int
usepasswd
;
member in struct:semanage_conf
genhomedircon.c
109
int
usepasswd
;
member in struct:__anon37604
328
if (!(s->
usepasswd
))
1366
int
usepasswd
,
[
all
...]
Completed in 3977 milliseconds