HomeSort by relevance Sort by last modified time
    Searched refs:seclabel (Results 1 - 4 of 4) sorted by null

  /system/core/init/
init.h 98 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 73 KEYWORD(seclabel, OPTION, 0, 0)
init_parser.c 807 parse_error(state, "seclabel option requires a label string\n");
809 svc->seclabel = args[1];

Completed in 57 milliseconds