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

  /system/core/init/
init_parser_test.cpp 45 argv[argc++] = const_cast<char*>("seclabel");
57 static void Test_make_exec_oneshot_service(bool dash_dash, bool seclabel, bool uid, bool gid, bool supplementary_gids) {
61 if (seclabel) {
62 argv[argc++] = const_cast<char*>("u:r:su:s0"); // seclabel
83 if (seclabel) {
84 ASSERT_STREQ("u:r:su:s0", svc->seclabel);
86 ASSERT_EQ(nullptr, svc->seclabel);
init.h 115 const char* seclabel; member in struct:service
init.cpp 224 if (svc->seclabel) {
225 scon = strdup(svc->seclabel);
347 if (svc->seclabel) {
348 if (is_selinux_enabled() > 0 && setexeccon(svc->seclabel) < 0) {
349 ERROR("cannot setexeccon('%s'): %s\n", svc->seclabel, strerror(errno));
394 svc->seclabel ? : "default");
    [all...]
keywords.h 84 KEYWORD(seclabel, OPTION, 0, 0)
init_parser.cpp 669 // Parse the arguments: exec [SECLABEL [UID [GID]*] --] COMMAND ARGS...
670 // SECLABEL can be a - to denote default
697 svc->seclabel = args[1];
704 svc->nr_supp_gids = command_arg - 1 /* -- */ - 4 /* exec SECLABEL UID GID */;
925 parse_error(state, "seclabel option requires a label string\n");
927 svc->seclabel = args[1];
  /external/toybox/toys/posix/
ls.c 133 static unsigned seclabel(struct dirtree *dt, int pad) function
195 len[7] = (CFG_LS_Z && (flags & FLAG_Z)) ? seclabel(dt, 0) : 0;
445 if (CFG_LS_Z && (flags & FLAG_Z)) seclabel(sort[next], -(int)totals[7]);
454 } else if (CFG_LS_Z && (flags & FLAG_Z)) seclabel(sort[next], totals[7]);
  /device/asus/fugu/
init.fugu.rc 265 seclabel u:r:watchdogd:s0
  /device/asus/deb/
init.deb.rc 402 seclabel u:r:healthd:s0
  /device/asus/flo/
init.flo.rc 410 seclabel u:r:healthd:s0
  /device/lge/hammerhead/
init.hammerhead.rc 404 seclabel u:r:healthd:s0
  /device/moto/shamu/
init.shamu.rc 519 seclabel u:r:healthd:s0

Completed in 206 milliseconds