Searched refs:seclabel (Results 1 – 12 of 12) sorted by relevance
/system/core/init/ |
D | init_parser_test.cpp | 59 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()
|
D | service.h | 76 const std::string& seclabel, const std::vector<std::string>& args); 97 const std::string& seclabel() const { return seclabel_; } in seclabel() function
|
D | service.cpp | 72 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()
|
D | readme.txt | 136 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/ |
D | watchdogd.te | 1 # watchdogd seclabel is specified in init.<board>.rc
|
D | slideshow.te | 1 # slideshow seclabel is specified in init.rc since
|
D | healthd.te | 1 # healthd seclabel is specified in init.rc since
|
D | ueventd.te | 1 # ueventd seclabel is specified in init.rc since
|
D | adbd.te | 1 # adbd seclabel is specified in init.rc since
|
D | init.te | 168 # Transitions to seclabel processes in init.rc 215 # setexec is for services with seclabel options.
|
/system/core/rootdir/ |
D | init.usb.rc | 19 seclabel u:r:adbd:s0
|
D | init.rc | 646 seclabel u:r:ueventd:s0 651 seclabel u:r:healthd:s0 660 seclabel u:r:shell:s0
|