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

  /system/core/init/
init.h 99 char *seclabel; member in struct:service
keywords.h 73 KEYWORD(seclabel, OPTION, 0, 0)
init.c 337 if (svc->seclabel) {
338 if (is_selinux_enabled() > 0 && setexeccon(svc->seclabel) < 0) {
339 ERROR("cannot setexeccon('%s'): %s\n", svc->seclabel, strerror(errno));
init_parser.c 804 parse_error(state, "seclabel option requires a label string\n");
806 svc->seclabel = args[1];

Completed in 48 milliseconds