Home
last modified time | relevance | path

Searched refs:seclabel (Results 1 – 12 of 12) sorted by relevance

/system/core/init/
Dinit_parser_test.cpp59 static void Test_make_exec_oneshot_service(bool dash_dash, bool seclabel, bool uid, in Test_make_exec_oneshot_service() argument
64 if (seclabel) { in Test_make_exec_oneshot_service()
85 if (seclabel) { in Test_make_exec_oneshot_service()
86 ASSERT_EQ("u:r:su:s0", svc->seclabel()); in Test_make_exec_oneshot_service()
88 ASSERT_EQ("", svc->seclabel()); in Test_make_exec_oneshot_service()
Dservice.h76 const std::string& seclabel, const std::vector<std::string>& args);
97 const std::string& seclabel() const { return seclabel_; } in seclabel() function
Dservice.cpp72 const std::string& seclabel, const std::vector<std::string>& args) in Service() argument
75 seclabel_(seclabel), ioprio_class_(IoSchedClass_NONE), ioprio_pri_(0), args_(args) { in Service()
667 std::string seclabel = ""; in MakeExecOneshotService() local
669 seclabel = args[1]; in MakeExecOneshotService()
686 supp_gids, seclabel, str_args)); in MakeExecOneshotService()
Dreadme.txt136 socket <name> <type> <perm> [ <user> [ <group> [ <seclabel> ] ] ]
140 'seclabel' is the SELinux security context for the socket.
141 It defaults to the service security context, as specified by seclabel or
164 seclabel <seclabel>
165 Change to 'seclabel' before exec'ing this service.
264 exec [ <seclabel> [ <user> [ <group> ]* ] ] -- <command> [ <argument> ]*
268 finishes. <seclabel> can be a - to denote default.
/system/sepolicy/
Dwatchdogd.te1 # watchdogd seclabel is specified in init.<board>.rc
Dslideshow.te1 # slideshow seclabel is specified in init.rc since
Dhealthd.te1 # healthd seclabel is specified in init.rc since
Dueventd.te1 # ueventd seclabel is specified in init.rc since
Dadbd.te1 # adbd seclabel is specified in init.rc since
Dinit.te168 # Transitions to seclabel processes in init.rc
215 # setexec is for services with seclabel options.
/system/core/rootdir/
Dinit.usb.rc19 seclabel u:r:adbd:s0
Dinit.rc646 seclabel u:r:ueventd:s0
651 seclabel u:r:healthd:s0
660 seclabel u:r:shell:s0