Home
last modified time | relevance | path

Searched refs:selinux_label (Results 1 – 6 of 6) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h37 std::string selinux_label; member
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp580 std::string selinux_label; in engrave_tombstone_ucontext() local
581 android::base::ReadFileToString("/proc/self/attr/current", &selinux_label); in engrave_tombstone_ucontext()
591 .selinux_label = std::move(selinux_label), in engrave_tombstone_ucontext()
Dtombstone_proto.cpp630 result.set_selinux_label(main_thread.selinux_label); in engrave_tombstone_proto()
/system/core/debuggerd/proto/
Dtombstone.proto18 string selinux_label = 8; field
/system/core/debuggerd/
Dcrash_dump.cpp492 if (!android::base::ReadFdToString(attr_fd, &info.selinux_label)) { in main()
/system/apex/apexd/
Dapexservice_test.cpp341 const std::string& selinux_label = "staging_data_file") { in PrepareTestApexForInstall()
343 selinux_label_input = selinux_label; in PrepareTestApexForInstall()
377 const std::string& selinux_label) { in Prepare() argument
405 std::string("u:object_r:" + selinux_label + ":s0").c_str()); in Prepare()
409 std::string("u:object_r:" + selinux_label + ":s0").c_str()); in Prepare()