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

  /external/sepolicy/
watchdogd.te 1 # watchdogd seclabel is specified in init.<board>.rc
ueventd.te 1 # ueventd seclabel is specified in init.rc since
adbd.te 1 # adbd seclabel is specified in init.rc since
  /system/core/init/
init.h 98 char *seclabel; member in struct:service
keywords.h 73 KEYWORD(seclabel, OPTION, 0, 0)
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));
readme.txt 91 seclabel <securitycontext>
init_parser.c 807 parse_error(state, "seclabel option requires a label string\n");
809 svc->seclabel = args[1];
  /device/samsung/manta/
init.manta.rc 201 seclabel u:r:watchdogd:s0
  /system/core/rootdir/
init.rc 411 seclabel u:r:ueventd:s0
432 seclabel u:r:adbd:s0

Completed in 76 milliseconds