HomeSort by relevance Sort by last modified time
    Searched refs:seclabel (Results 1 - 6 of 6) 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 73 unsigned namespace_flags, const std::string& seclabel,
101 const std::string& seclabel() const { return seclabel_; } function in class:Service
service.cpp 174 unsigned namespace_flags, const std::string& seclabel,
186 seclabel_(seclabel),
561 {"seclabel", {1, 1, &Service::ParseSeclabel}},
916 // Parse the arguments: exec [SECLABEL [UID [GID]*] --] COMMAND ARGS...
917 // SECLABEL can be a - to denote default
942 std::string seclabel = ""; local
944 seclabel = args[1];
954 std::size_t nr_supp_gids = command_arg - 1 /* -- */ - 4 /* exec SECLABEL UID GID */;
961 namespace_flags, seclabel, str_args);
    [all...]
  /device/asus/fugu/
init.fugu.rc 219 seclabel u:r:watchdogd:s0
  /device/huawei/angler/
init.angler.rc 321 seclabel u:r:charger:s0
  /device/lge/bullhead/
init.bullhead.rc 394 seclabel u:r:charger:s0

Completed in 1513 milliseconds