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

  /system/core/init/
service_test.cpp 94 args.push_back("seclabel");
105 static void Test_make_temporary_oneshot_service(bool dash_dash, bool seclabel, bool uid, bool gid,
109 if (seclabel) {
110 args.push_back("u:r:su:s0"); // seclabel
130 if (seclabel) {
131 ASSERT_EQ("u:r:su:s0", svc->seclabel());
133 ASSERT_EQ("", svc->seclabel());
service.h 70 unsigned namespace_flags, const std::string& seclabel,
109 const std::string& seclabel() const { return seclabel_; } function in class:android::init::Service
service.cpp 212 unsigned namespace_flags, const std::string& seclabel,
224 seclabel_(seclabel),
747 {"seclabel", {1, 1, &Service::ParseSeclabel}},
1115 std::string seclabel = ""; local
    [all...]
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 288 auto seclabel = xmlNewChild(root, nullptr, xc("seclabel"), nullptr); local
289 xmlNewProp(seclabel, xc("type"), xc("none"));
290 xmlNewProp(seclabel, xc("model"), xc("apparmor"));
293 auto seclabel = xmlNewChild(root, nullptr, xc("seclabel"), nullptr); local
294 xmlNewProp(seclabel, xc("type"), xc("none"));
295 xmlNewProp(seclabel, xc("model"), xc("dac"));
  /device/google/wahoo/
init.hardware.rc 35 seclabel u:r:charger:s0

Completed in 2099 milliseconds