Home
last modified time | relevance | path

Searched refs:tombstoned (Results 1 – 25 of 30) sorted by relevance

12

/system/sepolicy/private/
Dtombstoned.te1 typeattribute tombstoned coredomain;
3 init_daemon_domain(tombstoned)
5 get_prop(tombstoned, tombstone_config_prop)
8 allow tombstoned domain:fd use;
9 allow tombstoned domain:fifo_file write;
11 allow tombstoned domain:dir r_dir_perms;
12 allow tombstoned domain:file r_file_perms;
13 allow tombstoned tombstone_data_file:dir rw_dir_perms;
14 allow tombstoned tombstone_data_file:file { create_file_perms link };
17 # separate file, and these files are managed by tombstoned.
[all …]
Dvirtualizationmanager.te80 # Allow virtualizationmanager service to talk to tombstoned to push guest ramdumps
81 unix_socket_connect(virtualizationmanager, tombstoned_crash, tombstoned)
83 # Append ramdumps to tombstone files passed as fds from tombstoned
85 allow virtualizationmanager tombstoned:fd use;
Dvirtualizationservice.te98 # Allow virtualization service to talk to tombstoned to push guest tombstones
99 unix_socket_connect(virtualizationservice, tombstoned_crash, tombstoned)
101 # Append to tombstone files passed as fds from tombstoned
103 allow virtualizationservice tombstoned:fd use;
Dcrash_dump.te87 # Talk to tombstoned
88 unix_socket_connect(crash_dump, tombstoned_crash, tombstoned)
Dhal_configstore.te36 -tombstoned
Dincidentd.te129 # Connect to tombstoned to intercept dumps.
130 unix_socket_connect(incidentd, tombstoned_intercept, tombstoned)
Dapp.te342 # New stack dumping scheme : request an output FD from tombstoned via a unix
345 # Allow apps to connect and write to the tombstoned java trace socket in
350 unix_socket_connect(appdomain, tombstoned_java_trace, tombstoned)
351 allow appdomain tombstoned:fd use;
Ddumpstate.te261 # Connect to tombstoned to intercept dumps.
262 unix_socket_connect(dumpstate, tombstoned_intercept, tombstoned)
Dsystem_server.te366 # Talk to tombstoned to get ANR traces.
367 unix_socket_connect(system_server, tombstoned_intercept, tombstoned)
556 # New stack dumping scheme : request an output FD from tombstoned via a unix
559 # Allow system_server to connect and write to the tombstoned java trace socket in
562 unix_socket_connect(system_server, tombstoned_java_trace, tombstoned)
563 allow system_server tombstoned:fd use;
Ddomain.te1257 # the tombstoned intercept socket.
2022 -tombstoned # linker to tombstoned
Dfile_contexts313 /system/bin/tombstoned u:object_r:tombstoned_exec:s0
Dproperty_contexts847 tombstoned.max_tombstone_count u:object_r:tombstone_config_prop:s0 exact int
904 init.svc.tombstoned u:object_r:init_service_status_prop:s0 exact string
/system/unwinding/libunwindstack/offline_files/eh_frame_bias_x86/
Doutput.txt5 #04 pc 00010ea2 tombstoned (epoll_dispatch+226)
6 #05 pc 0000c5e7 tombstoned (event_base_loop+1095)
7 #06 pc 0000c193 tombstoned (event_base_dispatch+35)
8 #07 pc 00005c77 tombstoned (main+884)
10 #09 pc 0000360e tombstoned (_start+98)
Dmaps.txt2 eb831000-eb852000 r-xp 0 00:00 0 tombstoned
/system/core/debuggerd/tombstoned/
Dtombstoned.microdroid.rc1 service tombstoned /system/bin/tombstoned.microdroid
2 user tombstoned
Dtombstoned.rc1 service tombstoned /system/bin/tombstoned
2 user tombstoned
/system/core/debuggerd/
DAndroid.bp48 "tombstoned/tombstoned_client.cpp",
68 export_include_dirs: ["tombstoned/include"],
71 // Utility library to talk to tombstoned and get an output fd.
78 "tombstoned/tombstoned_client.cpp",
91 export_include_dirs: ["tombstoned/include"],
514 "tombstoned/intercept_manager.cpp",
515 "tombstoned/tombstoned.cpp",
533 name: "tombstoned",
535 init_rc: ["tombstoned/tombstoned.rc"],
539 name: "tombstoned.microdroid",
[all …]
Ddebuggerd_test.cpp2018 TEST(tombstoned, no_notify) { in TEST() argument
2041 TEST(tombstoned, stress) { in TEST() argument
2121 TEST(tombstoned, intercept_java_trace_smoke) { in TEST() argument
2153 TEST(tombstoned, intercept_multiple_dump_types) { in TEST() argument
2168 TEST(tombstoned, intercept_bad_pid) { in TEST() argument
2178 TEST(tombstoned, intercept_bad_dump_types) { in TEST() argument
2199 TEST(tombstoned, intercept_already_registered) { in TEST() argument
2214 TEST(tombstoned, intercept_tombstone_proto_matched_to_tombstone) { in TEST() argument
2235 TEST(tombstoned, intercept_any) { in TEST() argument
2255 TEST(tombstoned, intercept_any_failed_with_multiple_intercepts) { in TEST() argument
[all …]
/system/sepolicy/public/
Dtombstoned.te2 type tombstoned, domain, mlstrustedsubject;
Dte_macros614 allow $1 tombstoned:unix_stream_socket connectto;
615 allow $1 tombstoned:fd use;
/system/sepolicy/microdroid/system/public/
Dte_macros580 allow $1 tombstoned:unix_stream_socket connectto;
581 allow $1 tombstoned:fd use;
/system/core/rootdir/
Dinit.rc703 # Start tombstoned early to be able to store tombstones.
708 start tombstoned
/system/sepolicy/contexts/
Dplat_file_contexts_test377 /system/bin/tombstoned tombstoned_exec
/system/sepolicy/private/compat/29.0/
D29.0.cil1852 (typeattributeset tombstoned_29_0 (tombstoned))
/system/sepolicy/private/compat/30.0/
D30.0.cil2131 (typeattributeset tombstoned_30_0 (tombstoned))

12