OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seclabel
(Results
1 - 4
of
4
) sorted by null
/system/core/init/
init.h
99
char *
seclabel
;
member in struct:service
init.c
200
if (svc->
seclabel
) {
201
scon = strdup(svc->
seclabel
);
314
if (svc->
seclabel
) {
315
if (is_selinux_enabled() > 0 && setexeccon(svc->
seclabel
) < 0) {
316
ERROR("cannot setexeccon('%s'): %s\n", svc->
seclabel
, strerror(errno));
keywords.h
76
KEYWORD(
seclabel
, OPTION, 0, 0)
init_parser.c
810
parse_error(state, "
seclabel
option requires a label string\n");
812
svc->
seclabel
= args[1];
Completed in 50 milliseconds