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

  /system/core/init/
init_parser_test.cpp 48 args.push_back("seclabel");
59 static void Test_make_exec_oneshot_service(bool dash_dash, bool seclabel, bool uid,
64 if (seclabel) {
65 args.push_back("u:r:su:s0"); // seclabel
85 if (seclabel) {
86 ASSERT_EQ("u:r:su:s0", svc->seclabel());
88 ASSERT_EQ("", svc->seclabel());
service.h 76 const std::string& seclabel, const std::vector<std::string>& args);
97 const std::string& seclabel() const { return seclabel_; } function in class:Service
service.cpp 72 const std::string& seclabel, const std::vector<std::string>& args)
75 seclabel_(seclabel), ioprio_class_(IoSchedClass_NONE), ioprio_pri_(0), args_(args) {
293 {"seclabel", {1, 1, &Service::HandleSeclabel}},
643 // Parse the arguments: exec [SECLABEL [UID [GID]*] --] COMMAND ARGS...
644 // SECLABEL can be a - to denote default
667 std::string seclabel = ""; local
669 seclabel = args[1];
679 std::size_t nr_supp_gids = command_arg - 1 /* -- */ - 4 /* exec SECLABEL UID GID */;
686 supp_gids, seclabel, str_args));
  /hardware/bsp/intel/soc/edison/
init.edison.rc 43 seclabel u:r:watchdogd:s0
  /device/asus/fugu/
init.fugu.rc 225 seclabel u:r:watchdogd:s0
  /device/huawei/angler/
init.angler.rc 286 seclabel u:r:healthd:s0
  /device/lge/bullhead/
init.bullhead.rc 382 seclabel u:r:healthd:s0
  /device/moto/shamu/
init.shamu.rc 468 seclabel u:r:healthd:s0

Completed in 247 milliseconds