blob: cdf00de28504c340a26181c397f22fb4c59c1540 [file] [log] [blame]
Stephen Smalley2dd4e512012-01-04 12:33:27 -05001# debugger interface
2type debuggerd, domain;
3type debuggerd_exec, exec_type, file_type;
4
5init_daemon_domain(debuggerd)
repo sync77d47312013-05-17 17:11:29 -07006unconfined_domain(debuggerd)
Nick Kralevich08f01a32013-07-12 15:38:41 -07007relabelto_domain(debuggerd)
8allow debuggerd tombstone_data_file:dir relabelto;
Stephen Smalley45ba6652013-09-27 10:24:49 -04009
10# Connect to system_server via /data/system/ndebugsocket.
11unix_socket_connect(debuggerd, system_ndebug, system_server)