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
88
int
usepasswd
;
member in struct:__anon23444
321
if (!(s->
usepasswd
))
1057
int
usepasswd
,
1081
s.
usepasswd
=
usepasswd
;
Completed in 65 milliseconds